﻿@media only screen and (max-width:1019px) {
	#partner.partner-success .header {
		height: 5.714286rem;
		-webkit-box-shadow: 0 .214286rem .428571rem .071429rem rgba(17,47,67,.3);
		box-shadow: 0 .214286rem .428571rem .071429rem rgba(17,47,67,.3)
	}

	#partner.partner-success .body {
		padding-top: 0;
		padding-bottom: 1.428571rem;
		display: block;
		background-color: #fff
	}

	#partner.partner-success .content-box {
		display: block;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0
	}

	#partner.partner-success .content-box .left-box {
		width: 100%;
		height: 8.571429rem;
		background: url(../images/partner.png) no-repeat 50%;
		-webkit-background-size: cover;
		background-size: cover
	}

	#partner.partner-success .content-box .left-box .content {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%
	}

	#partner.partner-success .content-box .left-box .text {
		font-size: 1.285714rem;
		line-height: 2.107143rem;
		color: #fff;
		line-height: 2rem;
		font-family: PingFangSC-Light
	}

	#partner.partner-success .content-box .right-box {
		width: 100%;
		height: auto;
		border-radius: 0
	}

	#partner.partner-success .content-box .right-box-1 {
		padding-left: 0;
		padding-top: 0
	}

	#partner.partner-success .content-box .right-box-1 .title {
		font-size: 2.285714rem;
		line-height: 3.214286rem;
		padding-top: 1.714286rem;
		text-align: center
	}

	#partner.partner-success .content-box .right-box-1 .sub-title {
		font-size: 1.142857rem;
		line-height: 1.714286rem;
		margin-top: .714286rem;
		margin-bottom: 1.714286rem;
		padding-bottom: .857143rem;
		border-bottom: .071429rem solid #ccc;
		text-align: center
	}

	#partner.partner-success .content-box .right-box-1 .input-row {
		margin-bottom: 1rem;
		padding-left: 1.714286rem;
		padding-right: 1.714286rem
	}

	#partner.partner-success .content-box .right-box-2 {
		padding-left: 0;
		padding-right: 0;
		padding-top: 2.571429rem
	}

	#partner.partner-success .content-box .right-box-2 .title {
		color: #40c3c4;
		font-size: 1.428571rem;
		line-height: 2rem;
		margin-top: 1.714286rem;
		margin-bottom: 2.714286rem
	}

	#partner.partner-success .content-box .right-box-2 .text {
		line-height: 1.428571rem;
		text-align: center
	}

	#partner.partner-success .content-box .right-box-2 .text .key-point {
		color: #40c3c4
	}
}

#header-container.guandata-news-header {
	background: #fff!important
}

.inline-flex {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.jc-around {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.jc-space {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.jc-end {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.jc-start {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.row-flex-flex-start {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.row-flex-flex-end,.row-flex-flex-start {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

.row-flex-flex-end {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.row-flex-baseline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline
}

html {
	font-size: .875em;
	font-weight: 300
}

a {
	text-decoration: none
}

ul {
	margin: 0;
	padding: 0
}

ul li {
	list-style-type: none
}

.row-flex,.row-flex-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

.row-flex-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.column-flex,.column-flex-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.column-flex-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.jc-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.flex1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.inline {
	display: inline
}

.inline-block {
	display: inline-block
}

.font-weight-3 {
	font-weight: 300
}

.font-weight-4 {
	font-weight: 400
}

.font-weight-5 {
	font-weight: 500
}

.font-weight-6 {
	font-weight: 600
}

.font-14xl {
	font-size: 3rem
}

.font-6xl {
	font-size: 1.857143rem
}

.font-5xl {
	font-size: 1.714286rem
}

.font-4xl {
	font-size: 1.571429rem
}

.font-3xl {
	font-size: 1.428571rem
}

.font-2xl {
	font-size: 1.285714rem
}

.font-xl {
	font-size: 1.142857rem
}

.font-l {
	font-size: 1rem
}

.font-m {
	font-size: .857143rem
}

.font-s {
	font-size: .714286rem
}

.text-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.no-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.cursor-pointer {
	cursor: pointer
}

.text-center {
	text-align: center
}

.border-left-none {
	border-left: none
}

.border-right-none {
	border-right: none
}

.border-top-none {
	border-top: none
}

.border-bottom-none {
	border-bottom: none
}

.usual-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #40c3c4;
	color: #fff;
	border-radius: .285714rem;
	font-size: 1.142857rem;
	cursor: pointer
}

.usual-button:hover {
	background-color: #3cb2b3;
	color: #fff
}

.usual-text-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: .285714rem;
	font-size: 1.142857rem;
	cursor: pointer;
	color: #343c50
}

.usual-text-button:hover {
	color: #40c3c4;
	border: .071429rem solid #40c3c4
}

.usual-bg-trans-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: .285714rem;
	font-size: 1.142857rem;
	color: #fff;
	border: .071429rem solid #fff;
	width: 12.857143rem;
	height: 3rem;
	cursor: pointer;
	text-decoration: none
}

.usual-bg-trans-button:hover {
	background-color: #fff;
	color: #40c3c4;
	border: .071429rem solid #40c3c4
}

.usual-title {
	font-size: 1.714286rem;
	color: #343c50;
	line-height: 2.357143rem;
	text-align: center
}

.usual-row-divider {
	width: 100%;
	height: .071429rem;
	background: -webkit-gradient(linear,left top,right top,from(rgba(189,216,226,.2)),color-stop(#9ec0cf),to(rgba(189,216,226,.2)));
	background: -webkit-linear-gradient(left,rgba(189,216,226,.2),#9ec0cf,rgba(189,216,226,.2));
	background: -o-linear-gradient(left,rgba(189,216,226,.2),#9ec0cf,rgba(189,216,226,.2));
	background: linear-gradient(90deg,rgba(189,216,226,.2),#9ec0cf,rgba(189,216,226,.2))
}

.usual-column-divider {
	width: .071429rem;
	height: 100%;
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(189,216,226,.2)),color-stop(#9ec0cf),to(rgba(189,216,226,.2)));
	background: -webkit-linear-gradient(top,rgba(189,216,226,.2),#9ec0cf,rgba(189,216,226,.2));
	background: -o-linear-gradient(top,rgba(189,216,226,.2),#9ec0cf,rgba(189,216,226,.2));
	background: linear-gradient(180deg,rgba(189,216,226,.2),#9ec0cf,rgba(189,216,226,.2))
}

.usual-img-gray {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.usual-center {
	margin-left: auto;
	margin-right: auto
}

.usual-gray-bg {
	background-color: #f5f7f8
}

.usual-gray-bg-2 {
	background-color: #f9f9f9
}

.usual-white-bg {
	background-color: #fff
}

.usual-display-none {
	display: none
}

.button {
	float: left;
	width: 7.142857rem;
	height: 2.571429rem;
	display: block;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale
}

.button:focus {
	outline: none
}

.button>span {
	vertical-align: middle
}

.bg-1 .button {
	color: #37474f;
	border-color: #37474f
}

.bg-2 .button {
	color: #eceff1;
	border-color: #eceff1
}

.bg-3 .button {
	color: #fff;
	border-color: #fff
}

.button--size-s {
	font-size: 1rem
}

.button--size-m {
	font-size: 1.142857rem
}

.button--size-l {
	font-size: 1.285714rem
}

.button--text-upper {
	letter-spacing: .142857rem;
	text-transform: uppercase
}

.button--text-thin {
	font-weight: 300
}

.button--text-medium {
	font-weight: 500
}

.button--text-thick {
	font-weight: 600
}

.button--round-s {
	border-radius: .285714rem
}

.button--round-m {
	border-radius: 1.071429rem
}

.button--round-l {
	border-radius: 2.857143rem
}

.button--border-thin {
	border: .071429rem solid
}

.button--border-medium {
	border: .142857rem solid
}

.button--border-thick {
	border: .214286rem solid
}

.button--naira {
	padding: 0;
	overflow: hidden;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s
}

.button--naira:before {
	content: "";
	position: absolute;
	left: -50%;
	width: 200%;
	height: 200%;
	background: #37474f;
	top: -50%;
	z-index: -1;
	-webkit-transform: translate3d(0,-100%,0) rotate(-10deg);
	transform: translate3d(0,-100%,0) rotate(-10deg)
}

.button--naira.button--inverted:before {
	background: #7986cb
}

.button--naira-up:before {
	-webkit-transform: translate3d(0,100%,0) rotate(10deg);
	transform: translate3d(0,100%,0) rotate(10deg)
}

.button--naira>span {
	display: block
}

.button--naira .button__icon {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	color: #fff;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0)
}

.button--naira-up .button__icon {
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0)
}

.button--naira .button__icon,.button--naira>span {
	padding: 1em 2em;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: -o-transform .3s;
	transition: transform .3s;
	transition: transform .3s,-webkit-transform .3s,-o-transform .3s;
	-webkit-transition-timing-function: cubic-bezier(.75,0,.125,1);
	-o-transition-timing-function: cubic-bezier(.75,0,.125,1);
	transition-timing-function: cubic-bezier(.75,0,.125,1)
}

.button--naira:hover:before {
	-webkit-animation: anim-naira-1 .3s forwards ease-in;
	-o-animation: anim-naira-1 .3s forwards ease-in;
	animation: anim-naira-1 .3s forwards ease-in
}

.button--naira-up:hover:before {
	-webkit-animation: anim-naira-2 .3s forwards ease-in;
	-o-animation: anim-naira-2 .3s forwards ease-in;
	animation: anim-naira-2 .3s forwards ease-in
}

@-webkit-keyframes anim-naira-1 {
	50% {
		-webkit-transform: translate3d(0,-50%,0) rotate(-10deg);
		transform: translate3d(0,-50%,0) rotate(-10deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	to {
		-webkit-transform: translateZ(0) rotate(0deg);
		transform: translateZ(0) rotate(0deg)
	}
}

@-o-keyframes anim-naira-1 {
	50% {
		-webkit-transform: translate3d(0,-50%,0) rotate(-10deg);
		transform: translate3d(0,-50%,0) rotate(-10deg);
		-webkit-animation-timing-function: ease-out;
		-o-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	to {
		-webkit-transform: translateZ(0) rotate(0deg);
		transform: translateZ(0) rotate(0deg)
	}
}

@keyframes anim-naira-1 {
	50% {
		-webkit-transform: translate3d(0,-50%,0) rotate(-10deg);
		transform: translate3d(0,-50%,0) rotate(-10deg);
		-webkit-animation-timing-function: ease-out;
		-o-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	to {
		-webkit-transform: translateZ(0) rotate(0deg);
		transform: translateZ(0) rotate(0deg)
	}
}

@-webkit-keyframes anim-naira-2 {
	50% {
		-webkit-transform: translate3d(0,50%,0) rotate(10deg);
		transform: translate3d(0,50%,0) rotate(10deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	to {
		-webkit-transform: translateZ(0) rotate(0deg);
		transform: translateZ(0) rotate(0deg)
	}
}

@-o-keyframes anim-naira-2 {
	50% {
		-webkit-transform: translate3d(0,50%,0) rotate(10deg);
		transform: translate3d(0,50%,0) rotate(10deg);
		-webkit-animation-timing-function: ease-out;
		-o-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	to {
		-webkit-transform: translateZ(0) rotate(0deg);
		transform: translateZ(0) rotate(0deg)
	}
}

@keyframes anim-naira-2 {
	50% {
		-webkit-transform: translate3d(0,50%,0) rotate(10deg);
		transform: translate3d(0,50%,0) rotate(10deg);
		-webkit-animation-timing-function: ease-out;
		-o-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	to {
		-webkit-transform: translateZ(0) rotate(0deg);
		transform: translateZ(0) rotate(0deg)
	}
}

.button--naira:hover {
	background-color: #37474f;
	-webkit-transition: background-color 0s .3s;
	-o-transition: background-color 0s .3s;
	transition: background-color 0s .3s
}

.button--naira.button--inverted:hover {
	background-color: #7986cb
}

.button--naira:hover .button__icon {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.button--naira:hover>span {
	opacity: 0;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0)
}

.button--naira-up:hover>span {
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0)
}

.button--nina {
	background: #7986cb;
	color: #fff;
	overflow: hidden;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s
}

.button--nina.button--inverted {
	background: #fff;
	color: #7986cb
}

.button--nina>span {
	display: inline-block;
	opacity: 0;
	color: #fff;
	-webkit-transform: translate3d(0,-.714286rem,0);
	transform: translate3d(0,-.714286rem,0)
}

.button--nina:before,.button--nina>span {
	-webkit-transition: -webkit-transform .3s,opacity .3s;
	-webkit-transition: opacity .3s,-webkit-transform .3s;
	transition: opacity .3s,-webkit-transform .3s;
	-o-transition: opacity .3s,-o-transform .3s;
	transition: transform .3s,opacity .3s;
	transition: transform .3s,opacity .3s,-webkit-transform .3s,-o-transform .3s;
	-webkit-transition-timing-function: cubic-bezier(.75,0,.125,1);
	-o-transition-timing-function: cubic-bezier(.75,0,.125,1);
	transition-timing-function: cubic-bezier(.75,0,.125,1)
}

.button--nina:before {
	content: attr(data-text);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0)
}

.button--nina:hover {
	background-color: #3f51b5
}

.button--nina:hover:before {
	opacity: 0;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0)
}

.button--nina:hover>span {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.button--nina:hover>span:first-child {
	-webkit-transition-delay: 45ms;
	-o-transition-delay: 45ms;
	transition-delay: 45ms
}

.button--nina:hover>span:nth-child(2) {
	-webkit-transition-delay: .09s;
	-o-transition-delay: .09s;
	transition-delay: .09s
}

.button--nina:hover>span:nth-child(3) {
	-webkit-transition-delay: .135s;
	-o-transition-delay: .135s;
	transition-delay: .135s
}

.button--nina:hover>span:nth-child(4) {
	-webkit-transition-delay: .18s;
	-o-transition-delay: .18s;
	transition-delay: .18s
}

.button--nina:hover>span:nth-child(5) {
	-webkit-transition-delay: .225s;
	-o-transition-delay: .225s;
	transition-delay: .225s
}

.button--nina:hover>span:nth-child(6) {
	-webkit-transition-delay: .27s;
	-o-transition-delay: .27s;
	transition-delay: .27s
}

.button--nina:hover>span:nth-child(7) {
	-webkit-transition-delay: .315s;
	-o-transition-delay: .315s;
	transition-delay: .315s
}

.button--nina:hover>span:nth-child(8) {
	-webkit-transition-delay: .36s;
	-o-transition-delay: .36s;
	transition-delay: .36s
}

.button--nina:hover>span:nth-child(9) {
	-webkit-transition-delay: .405s;
	-o-transition-delay: .405s;
	transition-delay: .405s
}

.button--nina:hover>span:nth-child(10) {
	-webkit-transition-delay: .45s;
	-o-transition-delay: .45s;
	transition-delay: .45s
}

#page-container {
	position: relative
}

#header-container {
	position: fixed;
	z-index: 100;
	width: 100%;
	 background-color: rgba(47, 57, 72, .5);
	
}

#header-container .mobile-container {
	height: 3.785714rem;
	padding-left: 1.071429rem;
	padding-right: 1.071429rem
}

#header-container .mobile-container #logo {
	height: 100%
}

#header-container .mobile-container #logo img {
	width: 5.928571rem;
	height: 100%
}

#header-container .mobile-container #logo img:nth-child(2) {
	display: none
}

#header-container .mobile-container .freeTryLink {
	font-size: 1rem;
	width: 5.714286rem;
	height: 2.571429rem
}

#header-container .container {
	height: 5.357143rem
}

#header-container .container .header {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

#header-container .container .header #logo {
	display: block
}

#header-container .container .header #logo img:nth-child(2) {
	display: none
}

#header-container .container .header #nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

#header-container .container .header #nav .navItem {
	padding-left: 1.428571rem;
	padding-right: 1.428571rem;
	cursor: pointer;
	color: #fff
}
.menu .item span{/* width: 21px; */}
#header-container .container .header #nav .navItem .menu .item {
	text-align: center;
	/* width: 50px; */
}

#header-container .container .header #nav .navItem .menu .item .text {
	font-size: 1rem
}

#header-container .container .header #nav .navItem .menu .item.active,#header-container .container .header #nav .navItem .menu .item:hover {
	color: #2185d0
}

#header-container .container .header #nav .navItem .show {
	display: block;
	margin-left: -19.555555555rem;
}

#header-container .container .header #nav .navItem.active,#header-container .container .header #nav .navItem:hover {
	color: #2185d0
}

#header-container .container .header #nav #header-products .menu {
	margin-left: -3.528571rem;
	width: 200px;
}

#header-container .container .header #nav .freeTryLink {
	padding-left: 1.571429rem;
	padding-right: 1.571429rem;
	margin-left: 1.428571rem;
	height: 3.285714rem;
	border-radius: .285714rem;
	background-color: #40c3c4;
	color: #fff
}

#header-container .container .header #nav .freeTryLink:hover {
	background-color: #3cb2b3
}

#header-container.guandata-news-header,#header-container.header-scroll {
	background-color: #f9f9f9;
	-webkit-box-shadow: 0 .214286rem .428571rem .071429rem rgba(17,47,67,.19);
	box-shadow: 0 .214286rem .428571rem .071429rem rgba(17,47,67,.19)
}

#header-container.guandata-news-header .header #logo img,#header-container.guandata-news-header .mobile-container #logo img,#header-container.header-scroll .header #logo img,#header-container.header-scroll .mobile-container #logo img {
	display: none
}

#header-container.guandata-news-header .header #logo img:nth-child(2),#header-container.guandata-news-header .mobile-container #logo img:nth-child(2),#header-container.header-scroll .header #logo img:nth-child(2),#header-container.header-scroll .mobile-container #logo img:nth-child(2) {
	display: block
}

#header-container.guandata-news-header .header #nav .navItem,#header-container.guandata-news-header .mobile-container #nav .navItem,#header-container.header-scroll .header #nav .navItem,#header-container.header-scroll .mobile-container #nav .navItem {
	color: #343c50
}

#header-container.guandata-news-header .header #nav .navItem.active,#header-container.guandata-news-header .header #nav .navItem:hover,#header-container.guandata-news-header .mobile-container #nav .navItem.active,#header-container.guandata-news-header .mobile-container #nav .navItem:hover,#header-container.header-scroll .header #nav .navItem.active,#header-container.header-scroll .header #nav .navItem:hover,#header-container.header-scroll .mobile-container #nav .navItem.active,#header-container.header-scroll .mobile-container #nav .navItem:hover {
	color: #40c3c4
}

@media only screen and (max-width:750px) {
	#header-container .container {
		height: 3.785714rem!important;
		overflow: hidden
	}

	#header-container .container .header #logo {
		width: 5.535714rem
	}
}

#aside-menu {
	position: fixed;
	width: 3.428571rem;
	bottom: 8.071429rem;
	right: 1.428571rem;
	-webkit-box-shadow: .285714rem .214286rem .714286rem .071429rem rgba(27,74,80,.16);
	box-shadow: .285714rem .214286rem .714286rem .071429rem rgba(27,74,80,.16);
	z-index: 1
}

#aside-menu .side-box {
	display: block;
	font-size: 1.142857rem;
	color: #fff;
	background-color: #40c3c4;
	width: 3.428571rem;
	height: 3.428571rem;
	line-height: 3.428571rem;
	overflow: hidden;
	cursor: pointer
}

#aside-menu .side-box .icon-box {
	width: 3.428571rem;
	height: 3.428571rem;
	text-align: center;
	display: inline-block
}

#aside-menu .side-box .side-text {
	width: 7.285714rem;
	display: inline-block
}

#aside-menu .side-box .side-text,#go-top {
	height: 3.428571rem;
	line-height: 3.428571rem
}

#go-top {
	display: none;
	position: fixed;
	right: 1.428571rem;
	bottom: 2.142857rem;
	width: 3.428571rem;
	text-align: center;
	color: #40c3c4;
	background-color: #fff;
	-webkit-box-shadow: .285714rem .214286rem .714286rem .071429rem rgba(27,74,80,.16);
	box-shadow: .285714rem .214286rem .714286rem .071429rem rgba(27,74,80,.16);
	cursor: pointer
}

#go-top i {
	font-size: 1.857143rem
}

#go-top:hover {
	color: #3cb2b3
}

#newBridge {
	display: none!important
}

#guandata-introduction-container .content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center!important;
	-webkit-align-items: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
}

#guandata-introduction-container .content #close-video {
	position: absolute;
	right: 1.428571rem;
	top: 1.428571rem;
	cursor: pointer
}

#guandata-introduction-container .content #guandata-introduction .vjs-control {
	outline: none!important
}

#home-container .home-top-container {
	position: relative;
	width: 100%;
	height: 44.285714rem;
	overflow: hidden;
	background: -webkit-linear-gradient(199deg,#0d0c39,#070d32);
	background: -o-linear-gradient(199deg,#0d0c39 0,#070d32 100%);
	background: linear-gradient(251deg,#0d0c39,#070d32)
}

#home-container .home-top-container .container {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	z-index: 1
}

#home-container .home-top-container .container .wwdc-content {
	width: 43rem;
	margin-top: 9.857143rem;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

#home-container .home-top-container .container .wwdc-content .slogan {
	width: 28.214286rem;
	height: 10rem;
	background: url(../images/slogan.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%
}

#home-container .home-top-container .container .wwdc-content .slogan-title {
	margin-top: 3.571429rem;
	width: 43rem;
	height: 5.142857rem;
	background: url(../images/title.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%
}

#home-container .home-top-container .container .wwdc-content .go-wwdc {
	margin: 2.142857rem 0 1.428571rem;
	width: 12.857143rem;
	height: 3.714286rem;
	line-height: 3.714286rem;
	color: #fff;
	cursor: pointer;
	text-align: center;
	background: url(../images/button.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%
}

#home-container .home-top-container .container .wwdc-content .address {
	color: #fff
}

#home-container .home-top-container .container .picture {
	width: 37.928571rem;
	height: 36.571429rem;
	background: url(../images/首页背景@2x.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%;
	margin-top: 7.714286rem
}

#home-container .home-top-container .container .picture2 {
	width: 47.142857rem;
	height: 31.071429rem;
	background-image: url(../images/首页背景2@2x.png);
	margin-top: 10rem
}

#home-container .home-top-container .container .content {
	color: #fff;
	position: absolute;
	top: 14.142857rem;
	left: 0;
	z-index: 2
}

#home-container .home-top-container .container .content p {
	margin: 0
}

#home-container .home-top-container .container .content p:first-child {
	height: 5rem;
	margin-bottom: 6.428571rem
}

#home-container .home-top-container .container .content p:nth-child(2) {
	height: 2.142857rem;
	margin-bottom: 1.428571rem
}

#home-container .home-top-container .container .content .divider {
	width: 10rem;
	height: .071429rem;
	background-color: #fff;
	margin-bottom: 2.214286rem
}

#home-container .home-top-container .container .content .open-video-dimmer {
	cursor: pointer;
	margin-bottom: 1.428571rem;
	width: 6.428571rem
}

#home-container .home-top-container .container .content .open-video-dimmer .fg {
	margin-right: .714286rem
}

#home-container .home-top-container .container .content .open-video-dimmer:hover {
	color: #3eb9ba
}

#home-container .home-top-container .container .content .register-link {
	width: 12.857143rem
}

#home-container .home-top-container .container .content .register-link .mt {
	margin-top: 1.071429rem
}

#home-container .home-top-container .container .content .register-link .button {
	color: #fff;
	border-color: #fff;
	border-radius: .285714rem;
	background: none;
	width: 12.857143rem;
	height: 3rem
}

#home-container .home-top-container .container .content .register-link .button:hover {
	background: #3eb9ba;
	border-color: #3eb9ba
}

#home-container .home-top-container #tab1 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/home-banner@2x.png) 50%/cover no-repeat;
	width: 100%;
	margin: 0!important
}

#home-container .home-top-container #tab1 .content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	padding-bottom: 5rem;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

#home-container .home-top-container .points {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: 2.571429rem;
	z-index: 2
}

#home-container .home-top-container .points .point.active {
	background-color: #40c3c4
}

#home-container .home-top-container .points .point {
	width: .714286rem;
	height: .714286rem;
	border-radius: .714286rem;
	background-color: #4a5a77;
	margin-right: 1.142857rem;
	cursor: pointer
}

#home-container .home-top-container .points .point:last-child {
	margin-right: 0
}

#home-container .home-middle-tabs {
	height: 8.571429rem;
	background-color: #161940
}

#home-container .home-middle-tabs .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%
}

#home-container .home-middle-tabs .container .divider {
	height: 100%;
	width: .071429rem;
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(189,216,226,.2)),color-stop(#9ec0cf),to(rgba(189,216,226,.2)));
	background: -webkit-linear-gradient(top,rgba(189,216,226,.2),#9ec0cf,rgba(189,216,226,.2));
	background: -o-linear-gradient(top,rgba(189,216,226,.2),#9ec0cf,rgba(189,216,226,.2));
	background: linear-gradient(180deg,rgba(189,216,226,.2),#9ec0cf,rgba(189,216,226,.2))
}

#home-container .home-middle-tabs .container .tab-item {
	height: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	cursor: pointer
}

#home-container .home-middle-tabs .container .tab-item a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 1.428571rem 1.071429rem 1.571429rem
}

#home-container .home-middle-tabs .container .tab-item a .title {
	color: #fff;
	margin-bottom: 1.142857rem
}

#home-container .home-middle-tabs .container .tab-item a .text {
	color: #b7b8c7
}

#home-container .home-middle-tabs .container .tab-item a:hover {
	background-color: #212549
}

#home-container .intelligent-decision {
	background-color: #f9f9f9
}

#home-container .intelligent-decision .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

#home-container .intelligent-decision .container .title {
	margin-top: 4.285714rem;
	margin-bottom: 2.857143rem
}

#home-container .intelligent-decision .container .intelligent-flow {
	width: 67.142857rem;
	height: 9.142857rem;
	background: url(../images/流程图@2x.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%;
	margin-bottom: 3.571429rem
}

#home-container .strategy-5a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

#home-container .strategy-5a .title {
	margin-top: 4.285714rem;
	margin-bottom: 1rem;
	text-align: center;
	line-height: 2.357143rem
}

#home-container .strategy-5a .sub-title {
	text-align: center;
	padding-bottom: .714286rem;
	border-bottom: .071429rem solid #40c3c4;
	margin-bottom: 2.642857rem
}

#home-container .strategy-5a .boxs-container {
	margin-bottom: 3.571429rem
}

#home-container .strategy-5a .boxs-container .box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

#home-container .strategy-5a .boxs-container .box .header {
	height: 3.714286rem;
	background-color: #edeff0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.142857rem;
	border-radius: .214286rem .214286rem 0 0;
	border: .071429rem solid #d9dcdd;
	border-bottom: none
}

#home-container .strategy-5a .boxs-container .box .header i {
	margin-right: 1rem
}

#home-container .strategy-5a .boxs-container .box .header.active {
	background-color: #40c3c4;
	border-color: #3eb9ba;
	color: #fff
}

#home-container .strategy-5a .boxs-container .box .content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

#home-container .strategy-5a .boxs-container .box .content .left {
	padding: .214286rem .714286rem .785714rem;
	border: .071429rem solid #d9dcdd;
	border-top: none;
	border-radius: 0 0 .214286rem .214286rem
}

#home-container .strategy-5a .boxs-container .box .content .left .label-title {
	font-size: 1rem;
	line-height: 1.428571rem;
	color: #40c3c4;
	margin-top: .857143rem;
	margin-bottom: .428571rem;
	margin-left: .714286rem;
	white-space: nowrap
}

#home-container .strategy-5a .boxs-container .box .content .left .labels {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#home-container .strategy-5a .boxs-container .box .content .left .labels .label-item {
	line-height: 1.714286rem;
	margin-left: .714286rem;
	margin-right: .714286rem;
	margin-bottom: .285714rem;
	white-space: nowrap
}

#home-container .strategy-5a .boxs-container .box .content .left .labels .label-item.full {
	width: 100%
}

#home-container .strategy-5a .boxs-container .box .content .left .labels .label-item:last-child {
	margin-right: 0
}

#home-container .strategy-5a .boxs-container .box .content .left.active {
	border-color: #3eb9ba
}

#home-container .strategy-5a .boxs-container .box .content .right {
	padding-top: .928571rem;
	padding-left: .571429rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-top: .071429rem solid #d9dcdd
}

#home-container .strategy-5a .boxs-container .box-1 {
	width: 6.714286rem;
	height: 35.5rem;
	margin-right: .571429rem
}

#home-container .strategy-5a .boxs-container .box-1 .icons-container {
	width: 100%;
	border: .071429rem solid #d9dcdd;
	border-top: none;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

#home-container .strategy-5a .boxs-container .box-1 .icons-container .icons {
	width: 4.571429rem;
	height: 27.285714rem;
	background: url(../images/数据源@2x.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%
}

#home-container .strategy-5a .boxs-container .box-2 {
	max-width: 76.785714rem;
	height: 35.5rem
}

#home-container .strategy-5a .boxs-container .box-2 .header {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-left: 1.357143rem
}

#home-container .strategy-5a .boxs-container .box-2 .content .left {
	max-width: 19.428571rem
}

#home-container .strategy-5a .boxs-container .box-2 .box-3 {
	max-width: 56.785714rem;
	height: 30.857143rem
}

#home-container .strategy-5a .boxs-container .box-2 .box-3 .content .left {
	max-width: 14rem
}

#home-container .strategy-5a .boxs-container .box-2 .box-3 .box-4 {
	max-width: 42.214286rem;
	height: 26.214286rem
}

#home-container .strategy-5a .boxs-container .box-2 .box-3 .box-4 .content .left {
	max-width: 13.642857rem
}

#home-container .strategy-5a .boxs-container .box-2 .box-3 .box-4 .box-5 {
	max-width: 28rem;
	height: 21.571429rem
}

#home-container .strategy-5a .boxs-container .box-2 .box-3 .box-4 .box-5 .content .left {
	max-width: 12.5rem
}

#home-container .strategy-5a .boxs-container .box-2 .box-3 .box-4 .box-5 .box-6 {
	max-width: 14.928571rem;
	height: 16.928571rem
}

#home-container .strategy-5a .boxs-container .box-2 .box-3 .box-4 .box-5 .box-6 .content .left {
	max-width: 14.928571rem
}

#home-container .data-analysis {
	background: url(../images/智能分析背景@2x.jpeg) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover
}

#home-container .data-analysis .container {
	padding-top: 4.285714rem;
	padding-bottom: 5.571429rem
}

#home-container .data-analysis .container .title {
	color: #fff
}

#home-container .data-analysis .container .sub-title {
	color: #fff;
	line-height: 1.571429rem;
	margin-top: 1rem;
	text-align: center
}

#home-container .data-analysis .container .tabs-container {
	margin-top: 2.571429rem;
	max-width: 72.857143rem;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1.428571rem
}

#home-container .data-analysis .container .tabs-container .tabs-header {
	height: 4.285714rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-bottom: .071429rem solid #d9dcdd;
	-webkit-box-pack: space-evenly;
	-webkit-justify-content: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly
}

#home-container .data-analysis .container .tabs-container .tabs-header .tab-title {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

#home-container .data-analysis .container .tabs-container .tabs-header .tab-title.active {
	color: #40c3c4;
	border-bottom: .071429rem solid #40c3c4
}

#home-container .data-analysis .container .tabs-container .tab-content {
	display: none;
	padding: 3.5rem 5.714286rem 3.142857rem
}

#home-container .data-analysis .container .tabs-container .tab-content .content-right.cr-6 {
	background: url(../images/数据大屏@2x.png) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover
}

#home-container .data-analysis .container .tabs-container .tab-content .content-right.cr-5 {
	background: url(../images/深度ai应用@2x.png) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover
}

#home-container .data-analysis .container .tabs-container .tab-content .content-right.cr-4 {
	background: url(../images/移动协作@2x.png) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover
}

#home-container .data-analysis .container .tabs-container .tab-content .content-right.cr-3 {
	background: url(../images/预制模板@2x.png) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover
}

#home-container .data-analysis .container .tabs-container .tab-content .content-right.cr-2 {
	background: url(../images/智能数据@2x.png) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover
}

#home-container .data-analysis .container .tabs-container .tab-content .content-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

#home-container .data-analysis .container .tabs-container .tab-content .content-left .divider {
	width: 5.714286rem;
	padding-top: 1.571429rem;
	border-bottom: .142857rem solid #40c3c4
}

#home-container .data-analysis .container .tabs-container .tab-content .content-left .text-1 {
	font-size: 1.571429rem;
	line-height: 2.142857rem
}

#home-container .data-analysis .container .tabs-container .tab-content .content-left .text-2 {
	font-size: 1rem;
	line-height: 1.714286rem
}

#home-container .data-analysis .container .tabs-container .tab-content .content-left .know-more {
	width: 12.857143rem;
	height: 3rem
}

#home-container .data-analysis .container .tabs-container .tab-content .content-right {
	width: 22.857143rem;
	height: 22.857143rem;
	margin-left: 5.857143rem
}

#home-container .data-analysis .container .tabs-container .tab-content .content-right.cr-1 {
	background: url(../images/多数据源@2x.png) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover
}

#home-container .data-analysis .container .tabs-container .tab-btns,#home-container .data-analysis .container .tabs-container .tab-content.active {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

#home-container .data-analysis .container .tabs-container .tab-btns {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

#home-container .data-analysis .container .tabs-container .tab-btns .tab-btn.active {
	background-color: #40c3c4
}

#home-container .data-analysis .container .tabs-container .tab-btns .tab-btn {
	width: .857143rem;
	height: .142857rem;
	background-color: #e8e8e8;
	margin-right: .428571rem
}

#home-container .data-analysis .container .tabs-container .tab-btns .tab-btn:last-child {
	margin-right: 0
}

#home-container .industry-cases {
	padding-top: 4.285714rem;
	padding-bottom: 3.571429rem
}

#home-container .industry-cases .row-cases .case {
	width: 12.857143rem;
	height: 12.857143rem;
	border-radius: .285714rem;
	border: .071429rem solid #d9d9d9;
	overflow: hidden;
	cursor: pointer;
	margin-top: 2.142857rem;
	margin-left: 1.25rem;
	margin-right: 1.25rem;
	padding: 1.428571rem
}

#home-container .industry-cases .row-cases .case:hover {
	-webkit-box-shadow: 0 .714286rem 1.214286rem .142857rem rgba(27,74,80,.11);
	box-shadow: 0 .714286rem 1.214286rem .142857rem rgba(27,74,80,.11);
	border: .071429rem solid #40c3c4
}

#home-container .industry-cases .row-cases .case-1 {
	background: url(../images/百威英博@2x.png) no-repeat 50%;
	-webkit-background-size: 11.428571rem 11.428571rem;
	background-size: 11.428571rem 11.428571rem
}

#home-container .industry-cases .row-cases .case-2 {
	background: url(../images/ifs@2x.png) no-repeat 50%;
	-webkit-background-size: 11.428571rem 11.428571rem;
	background-size: 11.428571rem 11.428571rem
}

#home-container .industry-cases .row-cases .case-3 {
	background: url(../images/上蔬永辉@2x.png) no-repeat 50%;
	-webkit-background-size: 11.428571rem 11.428571rem;
	background-size: 11.428571rem 11.428571rem
}

#home-container .industry-cases .row-cases .case-4 {
	background: url(../images/来伊份@2x.png) no-repeat 50%;
	-webkit-background-size: 11.428571rem 11.428571rem;
	background-size: 11.428571rem 11.428571rem
}

#home-container .industry-cases .row-cases .case-5 {
	background: url(../images/lily@2x.png) no-repeat 50%;
	-webkit-background-size: 11.428571rem 11.428571rem;
	background-size: 11.428571rem 11.428571rem
}

#home-container .customer-evaluations {
	background-color: #f5f7f8
}

#home-container .customer-evaluations .container {
	padding-top: 4.285714rem;
	padding-bottom: 4.285714rem
}

#home-container .customer-evaluations .container .title {
	margin-bottom: 2.857143rem
}

#home-container .customer-evaluations .container .evaluations-container {
	padding-bottom: 3.571429rem
}

#home-container .customer-evaluations .container .evaluations-container .evaluation-item {
	background-color: #fff;
	border-radius: .285714rem;
	width: 32%;
	margin-bottom: 1.5rem;
	padding: 2.142857rem 2.571429rem
}

#home-container .customer-evaluations .container .evaluations-container .evaluation-item .evaluation-text {
	font-size: 1rem;
	line-height: 1.714286rem;
	margin-bottom: 1.142857rem
}

#home-container .customer-evaluations .container .evaluations-container .evaluation-item .evaluation-text .quot-mark {
	float: left;
	width: 2.714286rem;
	height: 2.714286rem
}

#home-container .customer-evaluations .container .evaluations-container .evaluation-item .bottom-info .divider {
	height: 1rem;
	border-top: .071429rem solid #d9dcdd
}

#home-container .customer-evaluations .container .evaluations-container .evaluation-item .bottom-info .divider .trangle {
	width: 1rem;
	height: 1rem;
	border-width: .071429rem;
	border-style: solid;
	border-color: transparent #d9dcdd #d9dcdd transparent;
	margin-left: auto;
	margin-right: auto;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #fff;
	margin-top: -.5rem
}

#home-container .customer-evaluations .container .evaluations-container .evaluation-item .bottom-info .info .customer-logo {
	width: 4rem;
	height: 4rem;
	margin-right: .714286rem
}

#home-container .customer-evaluations .container .evaluations-container .evaluation-item .bottom-info .info .author-info div {
	font-size: 1rem;
	line-height: 1.428571rem
}

#home-container .customer-evaluations .container .evaluations-container .evaluation-item .bottom-info .info .author-info .author-name {
	margin-top: .857143rem
}

#home-container .customer-evaluations .container .evaluations-container .evaluation-item .bottom-info .info .author-info .author-title {
	margin-top: .714286rem;
	color: #3cb2b3
}

#home-container .customer-evaluations .container .evaluations-container .evaluation-item:first-child {
	width: 66%
}

#home-container .customer-evaluations .container .know-more {
	margin-left: auto;
	margin-right: auto;
	width: 12.857143rem;
	height: 3rem
}

#home-container .customer-evaluations .container .know-more span {
	margin-right: .714286rem
}

#home-container .logo-wall-home {
	width: 100%;
	padding-top: 4.285714rem;
	padding-bottom: 3.357143rem;
	background-color: #fff
}

#home-container .logo-wall-home .tabs-header {
	height: 2.857143rem;
	margin-top: 1.428571rem
}

#home-container .logo-wall-home .tab-title {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	margin-right: 2.857143rem;
	border-bottom: .071429rem solid transparent;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#home-container .logo-wall-home .tab-title i {
	margin-right: .357143rem
}

#home-container .logo-wall-home .tab-title.active {
	color: #40c3c4;
	border-bottom: .071429rem solid #40c3c4
}

#home-container .logo-wall-home .logo-wall-inner {
	margin-top: 1.857143rem;
	width: 100%;
	border: .071429rem solid #d9dcdd;
	padding: 1.571429rem 1.785714rem
}

#home-container .logo-wall-home .logo-wall-inner .logo-wall-wrap img {
	width: 100%
}

#home-container .industry-solutions {
	background-color: #f5f7f8
}

#home-container .industry-solutions .container {
	padding-top: 4.285714rem;
	padding-bottom: 5.714286rem
}

#home-container .industry-solutions .container .slide-container {
	position: relative;
	margin-top: 2.857143rem;
	width: 100%
}

#home-container .industry-solutions .container .slide-container,#home-container .industry-solutions .container .slide-container .arrow-pointer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

#home-container .industry-solutions .container .slide-container .arrow-pointer {
	position: absolute;
	background-color: #fff;
	color: #8b8f9b;
	-webkit-box-shadow: 0 .214286rem .5rem .071429rem rgba(27,74,80,.15);
	box-shadow: 0 .214286rem .5rem .071429rem rgba(27,74,80,.15);
	border-radius: 1.714286rem;
	font-size: 2.285714rem;
	width: 3.428571rem;
	height: 3.428571rem;
	cursor: pointer
}

#home-container .industry-solutions .container .slide-container .arrow-left {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	left: 0;
	margin-left: -4.642857rem
}

#home-container .industry-solutions .container .slide-container .arrow-right {
	right: 0;
	margin-right: -4.642857rem
}

#home-container .industry-solutions .container .slide-container .slide-window {
	height: 17.142857rem;
	width: 100%;
	overflow: hidden
}

#home-container .industry-solutions .container .slide-container .slide-window .slide-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 175%
}

#home-container .industry-solutions .container .slide-container .slide-window .slide-row .slide-item {
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	margin-right: .714286rem;
	cursor: pointer;
	overflow: hidden;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

#home-container .industry-solutions .container .slide-container .slide-window .slide-row .slide-item .item-content {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff
}

#home-container .industry-solutions .container .slide-container .slide-window .slide-row .slide-item .item-content .fg {
	margin-bottom: 1.857143rem;
	font-size: 3rem
}

#home-container .industry-solutions .container .slide-container .slide-window .slide-row .slide-item .bg-1 {
	background: url(../images/背景_快消品@2x.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%
}

#home-container .industry-solutions .container .slide-container .slide-window .slide-row .slide-item .bg-2 {
	background: url(../images/背景_购物中心@2x.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%
}

#home-container .industry-solutions .container .slide-container .slide-window .slide-row .slide-item .bg-3 {
	background: url(../images/背景_鞋服@2x.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%
}

#home-container .industry-solutions .container .slide-container .slide-window .slide-row .slide-item .bg-4 {
	background: url(../images/背景_商超@2x.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%
}

#home-container .industry-solutions .container .slide-container .slide-window .slide-row .slide-item .bg-5 {
	background: url(../images/背景_连锁零售@2x.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%
}

#home-container .industry-solutions .container .slide-container .slide-window .slide-row .slide-item .bg-6 {
	background: url(../images/背景_互联网@2x.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%
}

#home-container .industry-solutions .container .slide-container .slide-window .slide-row .slide-item .bg-7 {
	background: url(../images/背景_金融@2x.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%
}

#home-container .industry-solutions .container .slide-container .slide-window .slide-row .slide-item:hover .item-content {
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	color: #40c3c4
}

@media screen and (min-width:1600px) {
	#home-container .home-top-container #tab1 {
		-webkit-background-size: contain;
		background-size: contain;
		background-color: #0e132f
	}
}

@media only screen and (max-width:750px) {
	.logo-wall-home {
		padding-top: 2.142857rem!important
	}

	.logo-wall-home p {
		font-size: 2.857143rem
	}
}

@media only screen and (max-width:420px) {
	.logo-wall-home {
		padding-top: 2.8rem!important;
		padding-bottom: 4.4rem!important
	}

	.logo-wall-home p {
		font-size: 1.6rem!important;
		margin-bottom: 2.24rem!important
	}
}

#home-mobile-container {
	overflow: hidden
}

#home-mobile-container .mobile-title {
	font-size: 1.428571rem;
	line-height: 2.285714rem;
	text-align: center
}

#home-mobile-container .home-top-wrap {
	width: 100%;
	overflow: hidden;
	position: relative
}

#home-mobile-container .home-top-wrap .slide-tabs {
	position: absolute;
	bottom: .714286rem;
	width: 100%
}

#home-mobile-container .home-top-inner {
	width: 300%
}

#home-mobile-container .home-top-common {
	position: relative
}

#home-mobile-container .home-top-common .bg-pic {
	width: 15.571429rem;
	height: 15rem;
	background: url(../images/首页背景@2x_1.png) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover;
	margin-left: 9.428571rem
}

#home-mobile-container .home-top-summit {
	background: url(../images/home-banner@2x_1.png) 50%/cover no-repeat;
	padding-top: 4.285714rem;
	padding-bottom: 2.142857rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

#home-mobile-container .home-top-index {
	background: -webkit-linear-gradient(199deg,#0d0c39,#070d32);
	background: -o-linear-gradient(199deg,#0d0c39 0,#070d32 100%);
	background: linear-gradient(251deg,#0d0c39,#070d32);
	padding-top: 4.285714rem;
	padding-bottom: 2.142857rem
}

#home-mobile-container .home-top-index .content {
	position: absolute;
	color: #fff;
	top: 6.142857rem;
	left: 3.214286rem
}

#home-mobile-container .home-top-index .content .title {
	font-size: 1.642857rem;
	line-height: 2.357143rem
}

#home-mobile-container .home-top-index .content .sub-title {
	font-size: 1rem;
	line-height: 1.428571rem;
	margin-top: 1.071429rem;
	margin-bottom: 1.071429rem
}

#home-mobile-container .home-top-index .content .register-link {
	display: block;
	width: 9.285714rem
}

#home-mobile-container .home-top-index .content .register-link .button {
	border-color: #fff;
	border-radius: .214286rem;
	background: none;
	margin-top: 1.071429rem;
	width: 9.285714rem;
	height: 2.571429rem
}

#home-mobile-container .home-top-partner {
	background: url(../images/banner.png) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 6.142857rem 0 3.428571rem;
	color: #fff
}

#home-mobile-container .home-top-partner .summary {
	margin-left: 3.214286rem
}

#home-mobile-container .home-top-partner .title {
	color: #fff;
	font-size: 1.428571rem;
	font-family: PingFangSC-Regular
}

#home-mobile-container .home-top-partner .content {
	margin: 1.071429rem 0 2.142857rem;
	font-size: 1rem
}

#home-mobile-container .join {
	width: 9.285714rem;
	height: 2.571429rem;
	border-radius: .214286rem;
	border: .071429rem solid #fff;
	color: #fff;
	font-size: 1.071429rem
}

#home-mobile-container .home-top-meet {
	position: relative;
	height: 21.428571rem;
	background: url("../images/bg.png") no-repeat 50%;
	padding-top: 5rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

#home-mobile-container .home-top-meet .content {
	width: 23.214286rem;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

#home-mobile-container .home-top-meet .content .slogan {
	width: 12.857143rem;
	height: 4.571429rem;
	background: url("../images/slogan.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%
}

#home-mobile-container .home-top-meet .content .slogan-title {
	margin-top: 1.428571rem;
	width: 21.5rem;
	height: 2.571429rem;
	background: url("../images/title.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%
}

#home-mobile-container .home-top-meet .content .btn {
	margin-top: 1.571429rem;
	width: 6.428571rem;
	height: 2.571429rem;
	font-size: 1.071429rem;
	line-height: 2.571429rem;
	color: #fff;
	cursor: pointer;
	text-align: center;
	background: url("../images/button.png") no-repeat;
	-webkit-background-size: 6.428571rem 2.571429rem;
	background-size: 6.428571rem 2.571429rem
}

#home-mobile-container .home-top-meet .content .address {
	color: #fff;
	margin-top: .285714rem;
	font-size: 1rem;
	line-height: 1.428571rem
}

#home-mobile-container .intelligent-decision {
	padding-top: 2.857143rem;
	padding-bottom: 2.857143rem
}

#home-mobile-container .intelligent-decision .intelligent-flow {
	margin-top: 1.785714rem;
	width: 20.642857rem;
	height: 13.142857rem;
	background: url(../images/手机_流程图@2x.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%
}

#home-mobile-container .advantages {
	padding-top: 1.071429rem
}

#home-mobile-container .advantages .bg-pic {
	width: 23.928571rem;
	height: 24.928571rem;
	background: url(../images/手机_轻易快灵@2x.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%
}

#home-mobile-container .strategy-5a {
	padding-top: 2.857143rem;
	padding-bottom: 2.857143rem
}

#home-mobile-container .strategy-5a .sub-title {
	display: inline-block;
	font-size: 1.071429rem;
	line-height: 1.5rem;
	padding-bottom: .571429rem;
	border-bottom: .071429rem solid #40c3c4;
	margin-top: 1.071429rem;
	margin-bottom: .642857rem
}

#home-mobile-container .strategy-5a .box {
	border: .071429rem solid #d9dcdd;
	border-radius: .142857rem;
	width: 24.642857rem;
	margin-top: .785714rem
}

#home-mobile-container .strategy-5a .box .header {
	width: 100%;
	padding-top: .5rem;
	padding-bottom: .5rem;
	background-color: #edeff0;
	font-size: 1rem;
	line-height: 1.428571rem;
	text-align: center
}

#home-mobile-container .strategy-5a .box .header i {
	margin-right: .642857rem
}

#home-mobile-container .strategy-5a .box .labels-container {
	padding: .714286rem;
	width: 100%
}

#home-mobile-container .strategy-5a .box .labels-container .bg-icons {
	width: 22.357143rem;
	height: 2.928571rem;
	background: url(../images/手机_数据源@2x.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%
}

#home-mobile-container .strategy-5a .box .labels-container .label-title {
	font-size: 1rem;
	line-height: 1.428571rem;
	color: #40c3c4;
	margin-bottom: .428571rem
}

#home-mobile-container .strategy-5a .box .labels-container .labels {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#home-mobile-container .strategy-5a .box .labels-container .labels .label-item {
	margin-right: 1.428571rem;
	line-height: 1.714286rem
}

#home-mobile-container .strategy-5a .box .labels-container .labels .label-item:last-child {
	margin-right: 0
}

#home-mobile-container .data-analysis .title-container {
	padding-top: 2.857143rem;
	padding-bottom: 2.142857rem;
	color: #fff;
	background: url(../images/智能分析背景@2x.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%
}

#home-mobile-container .data-analysis .title-container .title {
	margin-bottom: .714286rem
}

#home-mobile-container .data-analysis .title-container .sub-title {
	font-size: 1.071429rem;
	line-height: 1.5rem;
	text-align: center
}

#home-mobile-container .data-analysis .tabs-container {
	background-color: #fff
}

#home-mobile-container .data-analysis .tabs-container .tabs-header {
	padding-top: 1.071429rem;
	height: 3.571429rem;
	border-bottom: .071429rem solid #d9dcdd
}

#home-mobile-container .data-analysis .tabs-container .tabs-header .tab-title {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.428571rem;
	max-width: 4rem;
	margin-left: .857143rem;
	margin-right: .857143rem
}

#home-mobile-container .data-analysis .tabs-container .tabs-header .tab-title.active {
	color: #40c3c4;
	border-bottom: .142857rem solid #40c3c4
}

#home-mobile-container .data-analysis .tabs-container .tab-content {
	display: none;
	padding: 1.071429rem 1.785714rem
}

#home-mobile-container .data-analysis .tabs-container .tab-content .content-top.ct-5 {
	background: url(../images/深度ai应用@2x.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%
}

#home-mobile-container .data-analysis .tabs-container .tab-content .content-top.ct-4 {
	background: url(../images/移动协作@2x.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%
}

#home-mobile-container .data-analysis .tabs-container .tab-content .content-top.ct-3 {
	background: url(../images/预制模板@2x.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%
}

#home-mobile-container .data-analysis .tabs-container .tab-content .content-top.ct-2 {
	background: url(../images/智能数据@2x.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%
}

#home-mobile-container .data-analysis .tabs-container .tab-content .content-top {
	width: 16.428571rem;
	height: 16.428571rem
}

#home-mobile-container .data-analysis .tabs-container .tab-content .content-top.ct-1 {
	background: url(../images/多数据源@2x.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%
}

#home-mobile-container .data-analysis .tabs-container .tab-content .content-bottom {
	padding-bottom: 2.857143rem
}

#home-mobile-container .data-analysis .tabs-container .tab-content .content-bottom .divider {
	width: 5.714286rem;
	border-bottom: .071429rem solid #40c3c4;
	margin-top: 1.428571rem;
	margin-bottom: .714286rem
}

#home-mobile-container .data-analysis .tabs-container .tab-content .content-bottom .text-1 {
	font-size: 1.285714rem;
	line-height: 1.785714rem;
	margin-bottom: 1.071429rem
}

#home-mobile-container .data-analysis .tabs-container .tab-content .content-bottom .text-2 {
	font-size: 1rem;
	line-height: 1.5rem
}

#home-mobile-container .data-analysis .tabs-container .tab-content.active {
	display: block
}

#home-mobile-container .customer-evaluations {
	padding: 2.857143rem 1.785714rem 2.142857rem
}

#home-mobile-container .customer-evaluations .title {
	margin-bottom: 1.785714rem
}

#home-mobile-container .customer-evaluations .slide-window {
	width: 100%;
	-webkit-box-shadow: 0 .357143rem .642857rem .071429rem rgba(27,74,80,.09);
	box-shadow: 0 .357143rem .642857rem .071429rem rgba(27,74,80,.09);
	border-radius: .285714rem;
	margin-bottom: 1.5rem;
	overflow: hidden
}

#home-mobile-container .customer-evaluations .slide-window .evaluations-container {
	width: 500%;
	background-color: #fff
}

#home-mobile-container .customer-evaluations .slide-window .evaluations-container .evaluation-item {
	padding: 1.071429rem
}

#home-mobile-container .customer-evaluations .slide-window .evaluations-container .evaluation-item .evaluation-text {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 1.071429rem
}

#home-mobile-container .customer-evaluations .slide-window .evaluations-container .evaluation-item .divider {
	height: .5rem;
	border-top: .071429rem solid #d9dcdd
}

#home-mobile-container .customer-evaluations .slide-window .evaluations-container .evaluation-item .divider .trangle {
	width: .5rem;
	height: .5rem;
	border-width: .071429rem;
	border-style: solid;
	border-color: transparent #d9dcdd #d9dcdd transparent;
	margin-left: auto;
	margin-right: auto;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #fff;
	margin-top: -.357143rem
}

#home-mobile-container .customer-evaluations .slide-window .evaluations-container .evaluation-item .bottom-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

#home-mobile-container .customer-evaluations .slide-window .evaluations-container .evaluation-item .customer-logo {
	width: 2.571429rem;
	height: 2.571429rem;
	margin-right: .714286rem
}

#home-mobile-container .customer-evaluations .slide-window .evaluations-container .evaluation-item .author-info .text {
	font-size: .928571rem;
	line-height: 1.357143rem
}

#home-mobile-container .customer-evaluations .slide-window .evaluations-container .evaluation-item .author-info .author-name {
	margin-bottom: .357143rem
}

#home-mobile-container .customer-evaluations .slide-window .evaluations-container .evaluation-item .author-info .author-intro {
	color: #3cb2b3
}

#home-mobile-container .slide-tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

#home-mobile-container .slide-tabs .tab {
	width: .357143rem;
	height: .357143rem;
	border-radius: .178571rem;
	background-color: #d9dcdd;
	cursor: pointer;
	margin-left: .285714rem;
	margin-right: .285714rem
}

#home-mobile-container .slide-tabs .active {
	background-color: #3cb2b3
}

#home-mobile-container .logo-wall-home {
	padding-top: 2.857143rem;
	padding-bottom: 2.857143rem
}

#home-mobile-container .logo-wall-home .tabs-header {
	height: 2.857143rem;
	padding: 0 1.785714rem;
	margin-top: 1.428571rem
}

#home-mobile-container .logo-wall-home .tabs-content {
	text-align: center;
	color: #40c3c4;
	font-size: 1rem;
	margin: 1.428571rem 0
}

#home-mobile-container .logo-wall-home .tab-title {
	height: 100%;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-bottom: .071429rem solid transparent
}

#home-mobile-container .logo-wall-home .tab-title i {
	font-size: 1.428571rem;
	margin-right: .214286rem
}

#home-mobile-container .logo-wall-home .tab-title.active {
	color: #40c3c4
}

#home-mobile-container .logo-wall-home .logo-wall-inner {
	margin-top: 1.857143rem;
	margin: 0 .714286rem;
	border: .071429rem solid #d9dcdd;
	padding: 1.571429rem 1.785714rem
}

#home-mobile-container .logo-wall-home .logo-wall-inner .logo-wall-wrap img {
	width: 100%
}

#resolve-solution .top-bg {
	padding-top: 12rem;
	padding-bottom: 13rem
}

#resolve-solution .top-bg .text {
	font-size: 2.285714rem;
	line-height: 4.285714rem;
	color: #fff;
	text-align: center
}

#resolve-solution .top-bg .text .text-1 {
	margin-right: 1.142857rem
}

#resolve-solution .top-bg .registry {
	margin-top: 3.428571rem;
	width: 12.857143rem;
	height: 3rem;
	margin-left: auto;
	margin-right: auto
}

#resolve-solution .top-bg-1 {
	background: url(../images/banner_快消品牌@2x.jpeg) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover
}

#resolve-solution .top-bg-2 {
	background: url(../images/banner_购物中心@2x.jpeg) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover
}

#resolve-solution .top-bg-3 {
	background: url(../images/banner_商超百货@2x.jpeg) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover
}

#resolve-solution .top-bg-4 {
	background: url(../images/banner_连锁零售@2x.jpeg) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover
}

#resolve-solution .top-bg-5 {
	background: url(../images/banner_互联网@2x.jpeg) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover
}

#resolve-solution .top-bg-6 {
	background: url(../images/banner_金融@2x.jpeg) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover
}

#resolve-solution .top-bg-7 {
	background: url(../images/banner_鞋服箱包@2x.jpeg) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover
}

#resolve-solution .challenges {
	background-color: #f5f7f8
}

#resolve-solution .challenges .container {
	padding-top: 4.285714rem;
	padding-bottom: 4.285714rem
}

#resolve-solution .challenges .container .list {
	margin-top: 2.857143rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

#resolve-solution .challenges .container .list .item {
	padding: 1.428571rem 2.142857rem
}

#resolve-solution .challenges .container .list .item .title {
	font-size: 1.285714rem;
	line-height: 2rem;
	margin-bottom: .428571rem;
	text-align: center
}

#resolve-solution .challenges .container .list .item .text {
	font-size: 1.142857rem;
	line-height: 2rem
}

#resolve-solution .challenges .container .list .bg-1 {
	background: url(../images/行业挑战痛点1@2x.png) no-repeat 50%;
	-webkit-background-size: 3.571429rem 6.428571rem;
	background-size: 3.571429rem 6.428571rem
}

#resolve-solution .challenges .container .list .bg-2 {
	background: url(../images/行业挑战痛点2@2x.png) no-repeat 50%;
	-webkit-background-size: 3.571429rem 6.428571rem;
	background-size: 3.571429rem 6.428571rem;
	border-left: .142857rem solid #e8e8e8;
	border-right: .142857rem solid #e8e8e8
}

#resolve-solution .challenges .container .list .bg-3 {
	background: url(../images/行业挑战痛点3@2x.png) no-repeat 50%;
	-webkit-background-size: 3.571429rem 6.428571rem;
	background-size: 3.571429rem 6.428571rem
}

#resolve-solution .bi-solutions {
	padding-top: 4.285714rem;
	padding-bottom: 3.571429rem
}

#resolve-solution .bi-solutions .list .item {
	-webkit-box-shadow: .285714rem .428571rem .714286rem .071429rem rgba(27,74,80,.16);
	box-shadow: .285714rem .428571rem .714286rem .071429rem rgba(27,74,80,.16);
	border-radius: .285714rem;
	border: .071429rem solid #d9dcdd;
	margin-top: 2.142857rem;
	margin-left: .714286rem;
	margin-right: .714286rem;
	width: 27.142857rem;
	height: 26.642857rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

#resolve-solution .bi-solutions .list .item .img-box {
	padding: 1.428571rem 4.285714rem
}

#resolve-solution .bi-solutions .list .item .img-box img {
	width: 100%;
	height: 100%
}

#resolve-solution .bi-solutions .list .item .text-box {
	padding: 1.571429rem 1.428571rem;
	background-color: #40c3c4;
	color: #fff;
	line-height: 1.714286rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

#resolve-solution .customer-evaluation {
	background: #f5f7f8 url(../images/解决方案_客户证言背景@2x.png) no-repeat 50%;
	-webkit-background-size: contain;
	background-size: contain;
	padding-top: 4.285714rem;
	padding-bottom: 4.285714rem
}

#resolve-solution .customer-evaluation .content {
	max-width: 64.285714rem;
	margin-top: 2.857143rem
}

#resolve-solution .customer-evaluation .content .quot-mark-1 .fg,#resolve-solution .customer-evaluation .content .quot-mark-2 .fg {
	color: #6ecfd1;
	font-size: 1.714286rem
}

#resolve-solution .customer-evaluation .content .quot-mark-1 {
	margin-bottom: 1.428571rem
}

#resolve-solution .customer-evaluation .content .quot-mark-2 {
	-webkit-transform: scale(-1);
	-ms-transform: scale(-1);
	-o-transform: scale(-1);
	transform: scale(-1);
	margin-top: 1.428571rem
}

#resolve-solution .customer-evaluation .content .box {
	background: #fff;
	-webkit-box-shadow: 0 .714286rem 1.214286rem .071429rem rgba(27,74,80,.09);
	box-shadow: 0 .714286rem 1.214286rem .071429rem rgba(27,74,80,.09);
	border-radius: .285714rem;
	padding: 2.857143rem 3.571429rem
}

#resolve-solution .customer-evaluation .content .box .text {
	font-size: 1.142857rem;
	line-height: 2rem;
	margin-bottom: 2.142857rem
}

#resolve-solution .customer-evaluation .content .box .info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

#resolve-solution .customer-evaluation .content .box .info .logo {
	width: 4rem;
	height: 4rem;
	margin-right: .714286rem
}

#resolve-solution .customer-evaluation .content .box .info .author {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

#resolve-solution .customer-evaluation .content .box .info .author .author-name {
	line-height: 1.428571rem
}

#resolve-solution .customer-evaluation .content .box .info .author .author-title {
	line-height: 1.428571rem;
	color: #3cb2b3
}

#product-page .top-bg-1 {
	background: url(../images/banner_多数据源@2x.jpeg) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover
}

#product-page .top-bg-2 {
	background: url(../images/banner_etl@2x.jpeg) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover
}

#product-page .top-bg-3 {
	background: url(../images/banner_可视化自助分析@2x.jpeg) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover
}

#product-page .top-bg-4 {
	background: url(../images/banner_数据大屏@2x.jpg) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover
}

#product-page .top-bg-5 {
	background: url(../images/banner_移动bi@2x.jpeg) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover
}

#product-page .top-bg-6 {
	background: url(../images/banner_ai@2x.jpeg) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover
}

#product-page .top-bg .container {
	padding-top: 9.571429rem;
	padding-bottom: 1.785714rem
}

#product-page .top-bg .container .info {
	height: 14.857143rem
}

#product-page .top-bg .container .info .text-1 {
	font-size: 2.285714rem;
	line-height: 4.285714rem;
	color: #fff
}

#product-page .top-bg .container .info .text-2 {
	font-size: 1.142857rem;
	line-height: 1.571429rem;
	color: #fff
}

#product-page .top-bg .container .registry {
	width: 12.857143rem;
	height: 3rem;
	margin-top: 2.142857rem;
	margin-bottom: 6.142857rem
}

#product-page .top-bg .container .intro {
	margin-top: .714286rem;
	height: 5rem
}

#product-page .top-bg .container .intro .item {
	height: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

#product-page .top-bg .container .intro .item .summary {
	color: #3cb2b3;
	font-size: 1.285714rem;
	line-height: 1.785714rem
}

#product-page .top-bg .container .intro .item .text {
	color: #c6dee3;
	font-size: .928571rem;
	line-height: 1.428571rem;
	margin-top: .571429rem
}

#product-page .top-bg .container .intro .usual-column-divider {
	margin-right: .857143rem;
	margin-left: .428571rem
}

#product-page .data-pool .data-access-flow {
	padding-top: 4.285714rem;
	padding-bottom: 3.571429rem
}

#product-page .data-pool .data-access-flow .flow-bg {
	background: url(../images/数据接入图@2x.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%;
	width: 61.428571rem;
	height: 9.142857rem;
	margin-top: 2.857143rem
}

#product-page .data-pool .data-item-1 .paragraph .divider,#product-page .data-pool .data-item-2 .paragraph .divider,#product-page .data-pool .data-item-3 .paragraph .divider {
	width: 5.714286rem;
	height: .142857rem;
	background-color: #40c3c4
}

#product-page .data-pool .data-item-1 .paragraph .intro-title,#product-page .data-pool .data-item-2 .paragraph .intro-title,#product-page .data-pool .data-item-3 .paragraph .intro-title {
	color: #40c3c4;
	margin-top: 2.142857rem;
	margin-bottom: 5rem;
	text-align: left
}

#product-page .data-pool .data-item-1 .paragraph .text-container,#product-page .data-pool .data-item-2 .paragraph .text-container,#product-page .data-pool .data-item-3 .paragraph .text-container {
	padding-left: 2.714286rem;
	position: relative
}

#product-page .data-pool .data-item-1 .paragraph .text-container .text,#product-page .data-pool .data-item-2 .paragraph .text-container .text,#product-page .data-pool .data-item-3 .paragraph .text-container .text {
	line-height: 1.714286rem;
	margin-bottom: 2rem;
	opacity: .8
}

#product-page .data-pool .data-item-1 .paragraph .text-container .text .fg,#product-page .data-pool .data-item-2 .paragraph .text-container .text .fg,#product-page .data-pool .data-item-3 .paragraph .text-container .text .fg {
	color: #40c3c4;
	font-size: 1.285714rem;
	position: absolute;
	left: 0
}

#product-page .data-pool .data-item-1 {
	padding-top: 7.642857rem;
	margin-bottom: 12.857143rem
}

#product-page .data-pool .data-item-1 .paragraph {
	margin-right: 14.285714rem
}

#product-page .data-pool .data-item-1 .image-bg {
	width: 39.285714rem;
	height: 17.357143rem;
	background: url(../images/多数据源产品图1@2x.png) no-repeat 50%;
	-webkit-background-size: contain;
	background-size: contain
}

#product-page .data-pool .data-item-2 {
	margin-bottom: 12.857143rem
}

#product-page .data-pool .data-item-2 .paragraph {
	margin-left: 9.285714rem
}

#product-page .data-pool .data-item-2 .image-bg {
	width: 48rem;
	height: 30.285714rem;
	background: url(../images/多数据源产品图2@2x.png) no-repeat 50%;
	-webkit-background-size: contain;
	background-size: contain
}

#product-page .data-pool .data-item-3 {
	padding-bottom: 10.285714rem
}

#product-page .data-pool .data-item-3 .paragraph {
	margin-right: 10rem
}

#product-page .data-pool .data-item-3 .image-bg {
	width: 44.357143rem;
	height: 23.285714rem;
	background: url(../images/多数据源产品图3@2x.png) no-repeat 50%;
	-webkit-background-size: contain;
	background-size: contain
}

#product-page .etl .about {
	padding-top: 4.285714rem;
	padding-bottom: 1.785714rem
}

#product-page .etl .about .text {
	margin-top: 2.857143rem;
	margin-bottom: 1.714286rem;
	width: 84.285714rem
}

#product-page .etl .about .bg-img {
	width: 54.357143rem;
	height: 36.785714rem;
	background: url(../images/etl产品图@2x.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%
}

#product-page .etl .technical-advantage {
	padding-top: 4.285714rem;
	padding-bottom: 3.571429rem
}

#product-page .etl .technical-advantage .items-container {
	margin-top: 2.571429rem
}

#product-page .etl .technical-advantage .items-container .row-1 {
	margin-bottom: 5.428571rem
}

#product-page .etl .technical-advantage .items-container .row-1 .item,#product-page .etl .technical-advantage .items-container .row-2 .item {
	width: 26.785714rem;
	margin-right: 2.857143rem
}

#product-page .etl .technical-advantage .items-container .row-1 .item img,#product-page .etl .technical-advantage .items-container .row-2 .item img {
	width: 6.428571rem;
	height: 6.428571rem;
	margin-right: .357143rem
}

#product-page .etl .technical-advantage .items-container .row-1 .item .text-container .text-1,#product-page .etl .technical-advantage .items-container .row-2 .item .text-container .text-1 {
	font-size: 1.285714rem;
	line-height: 2rem;
	margin-bottom: .928571rem
}

#product-page .etl .technical-advantage .items-container .row-1 .item .text-container .text-2,#product-page .etl .technical-advantage .items-container .row-2 .item .text-container .text-2 {
	font-size: 1rem;
	line-height: 1.714286rem;
	opacity: .8
}

#product-page .etl .technical-advantage .items-container .row-1 .item:last-child,#product-page .etl .technical-advantage .items-container .row-2 .item:last-child {
	margin-right: 0
}

#product-page .analysis .container,#product-page .mbi .container {
	padding-top: 6.142857rem;
	padding-bottom: 3.571429rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

#product-page .analysis .container .left .row,#product-page .mbi .container .left .row {
	position: relative;
	padding-left: .928571rem;
	margin-bottom: 3.714286rem
}

#product-page .analysis .container .left .row .text-1,#product-page .mbi .container .left .row .text-1 {
	font-size: 1.285714rem;
	line-height: 1.785714rem
}

#product-page .analysis .container .left .row .text-1 .vertical-bar,#product-page .mbi .container .left .row .text-1 .vertical-bar {
	width: .071429rem;
	height: 1rem;
	background-color: #343c50;
	position: absolute;
	left: 0;
	top: .357143rem
}

#product-page .analysis .container .left .row .text-2,#product-page .mbi .container .left .row .text-2 {
	margin-top: .714286rem;
	line-height: 1.714286rem;
	opacity: .8
}

#product-page .analysis .container .left .row .text-2:last-child,#product-page .analysis .container .left .row:last-child,#product-page .mbi .container .left .row .text-2:last-child,#product-page .mbi .container .left .row:last-child {
	margin-bottom: 0
}

#product-page .analysis .container .right,#product-page .mbi .container .right {
	border-radius: .285714rem;
	margin-left: 4rem
}

#product-page .analysis .right {
	width: 41.428571rem;
	height: 19.285714rem;
	background: url(../images/自助可视化动图_联动_钻取.gif) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%;
	-webkit-box-shadow: 0 .714286rem 1.071429rem .071429rem rgba(27,74,80,.15);
	box-shadow: 0 .714286rem 1.071429rem .071429rem rgba(27,74,80,.15)
}

#product-page .mbi .right {
	width: 21.285714rem;
	height: 38.571429rem;
	padding: 4.357143rem 2.714286rem 7.071429rem 2.928571rem;
	background: url(../images/移动bi@2x.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%
}

#product-page .mbi .right img {
	width: 100%;
	height: 100%
}

#product-page .ai .technical-advantage {
	padding-top: 4.285714rem;
	padding-bottom: 4.285714rem
}

#product-page .ai .technical-advantage .row-1,#product-page .ai .technical-advantage .row-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

#product-page .ai .technical-advantage .row-1 .item,#product-page .ai .technical-advantage .row-2 .item {
	text-align: center;
	width: 20rem;
	margin-right: 8.571429rem
}

#product-page .ai .technical-advantage .row-1 .item img,#product-page .ai .technical-advantage .row-2 .item img {
	width: 5.714286rem;
	height: 5.714286rem
}

#product-page .ai .technical-advantage .row-1 .item .text,#product-page .ai .technical-advantage .row-2 .item .text {
	font-size: 1.285714rem;
	line-height: 2rem;
	margin-top: 1.428571rem
}

#product-page .ai .technical-advantage .row-1 .item:last-child,#product-page .ai .technical-advantage .row-2 .item:last-child {
	margin-right: 0
}

#product-page .ai .technical-advantage .row-1 {
	margin-top: 2.857143rem
}

#product-page .ai .technical-advantage .row-2 {
	margin-top: 5rem
}

#product-page .ai .applications {
	padding-top: 4.285714rem
}

#product-page .ai .applications .title {
	margin-bottom: 5.428571rem
}

#product-page .ai .applications .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

#product-page .ai .applications .row .col {
	width: 35.714286rem;
	margin-right: 5.714286rem;
	padding: 1.857143rem 1.142857rem 1.857143rem 2.142857rem
}

#product-page .ai .applications .row .col .text-container {
	position: relative;
	padding-left: .928571rem
}

#product-page .ai .applications .row .col .text-container .vertical-bar {
	width: .071429rem;
	height: 1.285714rem;
	background-color: #343c50;
	position: absolute;
	left: 0;
	top: .357143rem
}

#product-page .ai .applications .row .col .text-container .text-1 {
	font-size: 1.285714rem;
	line-height: 1.785714rem
}

#product-page .ai .applications .row .col .text-container .text-2 {
	margin-top: .714286rem;
	line-height: 1.714286rem;
	opacity: .8
}

#product-page .ai .applications .row .col:last-child {
	margin-right: 0
}

#product-page .ai .applications .bg-img {
	width: 75rem;
	height: 36.428571rem;
	background: url(../images/ai产品图@2x.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%
}

#product-page .customer-examples {
	padding-top: 4.285714rem;
	padding-bottom: 3.571429rem;
	background: -webkit-gradient(linear,left top,left bottom,from(#fbfbfc),to(#fff));
	background: -webkit-linear-gradient(top,#fbfbfc,#fff);
	background: -o-linear-gradient(top,#fbfbfc,#fff);
	background: linear-gradient(180deg,#fbfbfc,#fff)
}

#product-page .customer-examples .tabs-container {
	margin-top: 2.857143rem;
	margin-bottom: 1.428571rem;
	width: 84.285714rem
}

#product-page .customer-examples .tabs-container .img-box:hover {
	background-color: #fff;
	-webkit-box-shadow: 0 .071429rem .357143rem 0 #dedede;
	box-shadow: 0 .071429rem .357143rem 0 #dedede
}

#product-page .customer-examples .tabs-container .img-box:hover .img-active {
	display: block
}

#product-page .customer-examples .tabs-container .img-box:hover .img {
	display: none
}

#product-page .customer-examples .tabs-container .img-box.active {
	background-color: #fff;
	-webkit-box-shadow: 0 .071429rem .357143rem 0 #dedede;
	box-shadow: 0 .071429rem .357143rem 0 #dedede
}

#product-page .customer-examples .tabs-container .img-box.active .img-active {
	display: block
}

#product-page .customer-examples .tabs-container .img-box.active .img {
	display: none
}

#product-page .customer-examples .tabs-container .img-box {
	margin-right: 1.428571rem;
	height: 10rem;
	width: 15.714286rem;
	border-radius: .285714rem;
	overflow: hidden;
	cursor: pointer;
	background-color: #f5f7f8
}

#product-page .customer-examples .tabs-container .img-box img {
	width: 11.428571rem;
	height: 100%
}

#product-page .customer-examples .tabs-container .img-box .img-active {
	display: none
}

#product-page .customer-examples .tabs-container .img-box .img {
	display: block
}

#product-page .customer-examples .tabs-container .img-box:last-child {
	margin-right: 0
}

#product-page .customer-examples .tab-content {
	padding: 2.857143rem 4.285714rem;
	width: 84.285714rem;
	border-radius: .285714rem;
	-webkit-box-shadow: 0 .071429rem .357143rem 0 #dedede;
	box-shadow: 0 .071429rem .357143rem 0 #dedede;
	display: none
}

#product-page .customer-examples .tab-content .sub-title {
	color: #40c3c4;
	font-size: 1rem;
	line-height: 1.714286rem
}

#product-page .customer-examples .tab-content .divider {
	width: 5.714286rem;
	height: .142857rem;
	background: #40c3c4;
	border-radius: .071429rem;
	margin-bottom: 2.142857rem
}

#product-page .customer-examples .tab-content .row-1 {
	margin-bottom: 3.571429rem
}

#product-page .customer-examples .tab-content .row-1 .left .title {
	text-align: left;
	color: #40c3c4;
	margin-bottom: 2.857143rem
}

#product-page .customer-examples .tab-content .row-1 .left .sub-title {
	margin-bottom: 1.428571rem
}

#product-page .customer-examples .tab-content .row-1 .left .paragraph {
	line-height: 1.714286rem;
	margin-bottom: 1.142857rem;
	padding-left: .928571rem;
	position: relative
}

#product-page .customer-examples .tab-content .row-1 .left .paragraph .vertical-bar {
	width: .071429rem;
	height: 1rem;
	background-color: #40c3c4;
	position: absolute;
	left: 0;
	top: .357143rem
}

#product-page .customer-examples .tab-content .row-1 .left .paragraph .text {
	opacity: .8
}

#product-page .customer-examples .tab-content .row-1 .left .paragraph:last-child {
	margin-bottom: 0
}

#product-page .customer-examples .tab-content .row-1 .right {
	width: 28.571429rem;
	height: 17.357143rem
}

#product-page .customer-examples .tab-content .row-1 .right img {
	width: 100%;
	height: 100%
}

#product-page .customer-examples .tab-content .row-2 {
	margin-top: 2.857143rem
}

#product-page .customer-examples .tab-content .row-2 .value-box {
	margin-right: 3.571429rem
}

#product-page .customer-examples .tab-content .row-2 .value-box .top-icon {
	text-align: center;
	margin-bottom: 1.857143rem
}

#product-page .customer-examples .tab-content .row-2 .value-box .top-icon .fg {
	color: #3eb9ba;
	font-size: 2.857143rem
}

#product-page .customer-examples .tab-content .row-2 .value-box .text {
	opacity: .8
}

#product-page .customer-examples .tab-content .row-2 .value-box:last-child {
	margin-right: 0
}

#product-page .customer-examples .tab-content.active {
	display: block
}

#product-page .video-teaching {
	padding-top: 4.285714rem;
	padding-bottom: 4.285714rem;
	background: url(../images/产品视频背景@2x.png) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover
}

#product-page .video-teaching .courses-container {
	margin-top: 2.857143rem;
	margin-bottom: 4.285714rem
}

#product-page .video-teaching .courses-container .course:hover .img-box {
	-webkit-transform: translateY(-1.428571rem);
	-ms-transform: translateY(-1.428571rem);
	-o-transform: translateY(-1.428571rem);
	transform: translateY(-1.428571rem);
	-webkit-box-shadow: 0 .714286rem 1.071429rem .071429rem #261B4A50;
	box-shadow: 0 .714286rem 1.071429rem .071429rem #261B4A50
}

#product-page .video-teaching .courses-container .course:hover .img-box .hover-cover {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

#product-page .video-teaching .courses-container .course {
	display: block;
	width: 20rem;
	height: 13.5rem;
	margin-right: 1.428571rem;
	cursor: pointer
}

#product-page .video-teaching .courses-container .course .img-box {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: .285714rem;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	overflow: hidden
}

#product-page .video-teaching .courses-container .course .img-box img {
	width: 100%;
	height: 100%
}

#product-page .video-teaching .courses-container .course .img-box .hover-cover {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	display: none
}

#product-page .video-teaching .courses-container .course .img-box .hover-cover .fg {
	font-size: 1.857143rem
}

#product-page .video-teaching .courses-container .course:last-child {
	margin-right: 0
}

#product-page .video-teaching .know-more {
	width: 12.857143rem;
	height: 3rem
}

#product-page .video-teaching .know-more span {
	margin-right: .714286rem
}

#supports-it .row-4.row-4-2 .container {
	padding-top: 4.285714rem;
	padding-bottom: 3.571429rem
}

#supports-it .row-4.row-4-2 .container .title {
	margin-bottom: 3.571429rem
}

#supports-it .row-4.row-4-2 .container .left {
	padding-right: 2.857143rem
}

#supports-it .row-4.row-4-2 .container .right {
	border-left: .071429rem solid #d9dcdd;
	padding-left: 2.857143rem
}

#supports-it .row-4.row-4-2 .container .row {
	margin-bottom: 3.571429rem
}

#supports-it .row-4.row-4-2 .container .row:last-child {
	margin-bottom: 0
}

#supports-it .row-4.row-4-2 .container .row .text-1 {
	font-size: 1.285714rem;
	line-height: 2rem
}

#supports-it .row-4.row-4-2 .container .row .text-2 {
	line-height: 1.714286rem;
	margin-top: .928571rem;
	opacity: .8
}

#supports-it .row-4.row-4-1 {
	background: url(../images/支持中心服务保障背景@2x.png) no-repeat 50%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%
}

#supports-it .row-4.row-4-1 .container {
	padding-top: 4.285714rem;
	padding-left: 7.142857rem;
	padding-bottom: 11.5rem
}

#supports-it .row-4.row-4-1 .container .title {
	text-align: left;
	margin-bottom: .857143rem;
	color: #40c3c4
}

#supports-it .row-4.row-4-1 .container .paragraph {
	line-height: 1.714286rem;
	margin-top: 2rem;
	position: relative;
	padding-left: 2.714286rem
}

#supports-it .row-4.row-4-1 .container .paragraph span {
	opacity: .8
}

#supports-it .row-4.row-4-1 .container .paragraph:last-child {
	margin-bottom: 0
}

#supports-it .row-4.row-4-1 .container .paragraph .vertical-bar {
	font-size: 1.285714rem;
	color: #40c3c4;
	position: absolute;
	left: 0;
	top: 0
}

#supports-it .row-1 {
	padding-top: 12rem;
	padding-bottom: 20.571429rem;
	background: url(../images/支持中心banner1@2x.jpeg) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff
}

#supports-it .row-1 .title {
	font-size: 2.285714rem;
	line-height: 4.285714rem;
	margin-bottom: 1.142857rem
}

#supports-it .row-1 .sub-title {
	font-size: 1.142857rem;
	line-height: 2rem
}

#supports-it .row-2 {
	padding-bottom: 4.285714rem
}

#supports-it .row-2 .middle-box {
	padding: 2.857143rem 3.214286rem;
	margin-top: -13.428571rem;
	-webkit-box-shadow: 0 .714286rem 1.214286rem .071429rem rgba(27,74,80,.09);
	box-shadow: 0 .714286rem 1.214286rem .071429rem rgba(27,74,80,.09);
	border-radius: .285714rem
}

#supports-it .row-2 .middle-box .items {
	margin-bottom: 2.857143rem
}

#supports-it .row-2 .middle-box .items .item {
	margin-right: 3.928571rem;
	max-width: 26.428571rem
}

#supports-it .row-2 .middle-box .items .item img {
	width: 5.714286rem;
	height: 5.714286rem
}

#supports-it .row-2 .middle-box .items .item .content {
	margin-left: .714286rem
}

#supports-it .row-2 .middle-box .items .item .content .text-1 {
	margin-bottom: .928571rem;
	font-size: 1.285714rem;
	line-height: 2rem
}

#supports-it .row-2 .middle-box .items .item .content .text-2 {
	line-height: 1.714286rem;
	opacity: .8
}

#supports-it .row-2 .middle-box .items .item:last-child {
	margin-right: 0
}

#supports-it .row-2 .middle-box .items:last-child {
	margin-bottom: 0
}

#supports-it .row-3 {
	padding-bottom: 3.571429rem
}

#supports-it .row-3 .container .tab-content.tab-content-2 .content {
	height: 28.571429rem;
	background: url(../images/实时策略@2x.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%
}

#supports-it .row-3 .container .tab-content.tab-content-1 .content {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#supports-it .row-3 .container .tab-content.tab-content-1 .content .item-1 {
	background: url(../images/vip背景1@2x.png) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover
}

#supports-it .row-3 .container .tab-content.tab-content-1 .content .item-2 {
	background: url(../images/vip背景2@2x.png) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover
}

#supports-it .row-3 .container .tab-content.tab-content-1 .content .item-3 {
	background: url(../images/vip背景3@2x.png) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover
}

#supports-it .row-3 .container .tab-content.tab-content-1 .content .item {
	width: 33.33333%;
	overflow: hidden
}

#supports-it .row-3 .container .tab-content.tab-content-1 .content .item .box-container {
	color: #fff;
	position: relative;
	width: 100%;
	padding-bottom: 105%;
	height: 0
}

#supports-it .row-3 .container .tab-content.tab-content-1 .content .item .box-container .box {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .45s cubic-bezier(.23,1,.32,1);
	-o-transition: all .45s cubic-bezier(.23,1,.32,1);
	transition: all .45s cubic-bezier(.23,1,.32,1)
}

#supports-it .row-3 .container .tab-content.tab-content-1 .content .item .box-container .top-box .fg {
	font-size: 3.428571rem
}

#supports-it .row-3 .container .tab-content.tab-content-1 .content .item .box-container .top-box .text {
	font-size: 1.285714rem;
	line-height: 1.785714rem;
	margin-top: 4.071429rem
}

#supports-it .row-3 .container .tab-content.tab-content-1 .content .item .box-container .bottom-box {
	background: rgba(60,178,179,.9286);
	top: 100%;
	padding: 5rem 2.5rem 4.285714rem
}

#supports-it .row-3 .container .tab-content.tab-content-1 .content .item .box-container .bottom-box .fg {
	font-size: 3.142857rem
}

#supports-it .row-3 .container .tab-content.tab-content-1 .content .item .box-container .bottom-box .text-1 {
	font-size: 1.285714rem;
	line-height: 1.785714rem;
	margin-top: 2rem;
	margin-bottom: 2.142857rem
}

#supports-it .row-3 .container .tab-content.tab-content-1 .content .item .box-container .bottom-box .text-2 {
	line-height: 1.714286rem
}

#supports-it .row-3 .container .tab-content.tab-content-1 .content .item .box-container:hover .top-box {
	bottom: 100%;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0)
}

#supports-it .row-3 .container .tab-content.tab-content-1 .content .item .box-container:hover .bottom-box {
	top: 0
}

#supports-it .row-3 .container .tabs {
	background-color: #edeff0
}

#supports-it .row-3 .container .tabs .tab-item {
	font-size: 1.142857rem;
	line-height: 1.571429rem;
	text-align: center;
	padding-top: 1.214286rem;
	padding-bottom: 1.214286rem;
	cursor: pointer
}

#supports-it .row-3 .container .tabs .active {
	background-color: #40c3c4;
	color: #fff;
	-webkit-box-shadow: .285714rem .428571rem .714286rem .071429rem rgba(27,74,80,.16);
	box-shadow: .285714rem .428571rem .714286rem .071429rem rgba(27,74,80,.16)
}

#supports-it .row-3 .container .tab-content {
	display: none;
	padding-top: 4.285714rem
}

#supports-it .row-3 .container .tab-content .content {
	margin-top: 2.142857rem
}

#supports-it .row-3 .container .tab-content.active {
	display: block
}

#supports-it .row-4 {
	display: none
}

#supports-it .row-4.active {
	display: block
}

#blog-container .top-bg {
	height: 21.428571rem;
	background: url(../images/支持中心_客户证言banner@2x.jpeg) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover
}

#blog-container .tabs-container {
	padding-top: 1.928571rem;
	padding-bottom: 1.5rem;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#blog-container .tabs-container .tab-item {
	color: #343c50;
	margin-left: 5.357143rem;
	margin-right: 5.357143rem
}

#blog-container .tabs-container .tab-item .circle-bg {
	width: 3.285714rem;
	height: 3.285714rem;
	border-radius: 1.642857rem;
	margin-bottom: .428571rem;
	background-color: transparent
}

#blog-container .tabs-container .tab-item .circle-bg .fg {
	font-size: 1.714286rem
}

#blog-container .tabs-container .tab-item .text {
	line-height: 1.428571rem
}

#blog-container .tabs-container .tab-item.active .circle-bg {
	background-color: #3eb6b9;
	color: #fff
}

#blog-container .tabs-container .tab-item.active .text {
	color: #3eb6b9
}

#blog-container .posts-container {
	padding-top: 4.285714rem;
	padding-bottom: 4.285714rem
}

#blog-container .posts-container .posts-list {
	width: 57.142857rem
}

#blog-container .posts-container .posts-list .post-item {
	width: 100%;
	padding-top: 1.642857rem;
	padding-bottom: 1.214286rem;
	border-bottom: .071429rem solid #e8eaeb;
	cursor: pointer
}

#blog-container .posts-container .posts-list .post-item .img-box {
	width: 19.142857rem;
	height: 8.142857rem;
	margin-right: 1.642857rem;
	position: relative
}

#blog-container .posts-container .posts-list .post-item .img-box img {
	width: 100%;
	height: 100%
}

#blog-container .posts-container .posts-list .post-item .text-box a {
	color: #343c50
}

#blog-container .posts-container .posts-list .post-item .text-box .title {
	font-size: 1.142857rem;
	line-height: 1.571429rem
}

#blog-container .posts-container .posts-list .post-item .text-box .excerpt {
	line-height: 1.714286rem;
	opacity: .8
}

#blog-container .posts-container .posts-list .post-item .text-box .publish-date {
	line-height: 1.714286rem;
	opacity: .65
}

#blog-container .posts-container .posts-list .post-item:last-child {
	border-bottom: none
}

#blog-container .posts-container .pagination-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1rem;
	color: #617282;
	margin-top: 4.285714rem
}

#blog-container .posts-container .pagination-list .pagination {
	cursor: pointer;
	margin: 0 .285714rem
}

#blog-container .posts-container .pagination-list .next,#blog-container .posts-container .pagination-list .previous {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer
}

#blog-container .posts-container .pagination-list .next .arrow,#blog-container .posts-container .pagination-list .previous .arrow {
	width: 1rem;
	height: 1rem;
	margin-top: .071429rem;
	background: url(../images/arrow.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover
}

#blog-container .posts-container .pagination-list .previous .arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

#blog-container .posts-container .pagination-list .active {
	width: 1.5rem;
	height: 1.5rem;
	color: #fff;
	background-color: #3eb9ba;
	border-radius: 50%;
	font-weight: 300;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

#blog-container .posts-container .pagination-list .disable-click {
	opacity: .5;
	cursor: not-allowed;
	pointer-events: none
}

#blog-container .posts-container .pagination-list .total {
	color: #333
}

#about-us-page .top-bg {
	height: 21.428571rem;
	background: url(../images/关于观远banner@2x.jpeg) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover
}

#about-us-page .tabs-container {
	padding-top: 1.928571rem;
	padding-bottom: 1.5rem;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#about-us-page .tabs-container .tab-item {
	color: #343c50;
	margin-left: 5.357143rem;
	margin-right: 5.357143rem
}

#about-us-page .tabs-container .tab-item .circle-bg {
	width: 3.285714rem;
	height: 3.285714rem;
	border-radius: 1.642857rem;
	margin-bottom: .428571rem;
	background-color: transparent
}

#about-us-page .tabs-container .tab-item .circle-bg .fg {
	font-size: 1.714286rem
}

#about-us-page .tabs-container .tab-item .text {
	line-height: 1.428571rem
}

#about-us-page .tabs-container .tab-item.active .circle-bg {
	background-color: #3eb6b9;
	color: #fff
}

#about-us-page .tabs-container .tab-item.active .text {
	color: #3eb6b9
}

#about-us-page #about-us-intro {
	padding-top: 4.285714rem
}

#about-us-page #about-us-intro .content-box {
	max-width: 78.571429rem
}

#about-us-page #about-us-intro .content-box .left {
	padding-right: .857143rem;
	border-right: .071429rem solid #d9dcdd
}

#about-us-page #about-us-intro .content-box .right {
	padding-left: .857143rem
}

#about-us-page #about-us-intro .content-box .divider {
	width: 3.214286rem;
	height: .214286rem;
	background-color: #3eb9ba;
	margin-top: 3.571429rem
}

#about-us-page #about-us-intro .content-box .intro-text,#about-us-page #about-us-intro .content-box .intro-title {
	line-height: 1.571429rem;
	margin-top: .714286rem
}

#about-us-page #about-us-intro .content-box .intro-title {
	font-size: 1.142857rem;
	font-weight: 700
}

#about-us-page #about-us-intro .content-box .intro-text {
	opacity: .8
}

#about-us-page #about-us-intro .content-box .bg-pic {
	margin-top: 2.857143rem;
	width: 37.142857rem;
	height: 8rem;
	background: url(../images/观远数据图1@2x.png) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover
}

#about-us-page #about-us-intro .process-img {
	display: block;
	margin-top: 2.571429rem;
	width: 78rem;
	height: 50.142857rem
}

#about-us-page #about-us-intro .bg-pic-2 {
	width: 100%;
	height: 31.142857rem;
	background: url(../images/公司历程背景@2x.jpg) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	margin-top: -15rem
}

#about-us-page #about-us-approve .time-line {
	padding-top: 3.071429rem
}

#about-us-page #about-us-approve .time-line .icon-box {
	color: #53c8cf;
	text-align: center
}

#about-us-page #about-us-approve .time-line .icon-box .fg {
	font-size: 2.857143rem
}

#about-us-page #about-us-approve .time-line .icon-box .text {
	font-size: 1.285714rem;
	line-height: 1.714286rem;
	margin-top: .428571rem
}

#about-us-page #about-us-approve .time-line .time-line-bg {
	width: 114.285714rem;
	height: 112rem;
	background: url(../images/行业认可@2x.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%
}

#about-us-page #about-us-approve .honor-container {
	padding-top: 4.285714rem;
	padding-bottom: 4.285714rem
}

#about-us-page #about-us-approve .honor-container .slide-window {
	margin-top: 2.857143rem;
	max-width: 84.285714rem;
	overflow: hidden
}

#about-us-page #about-us-approve .honor-container .slide-window .slide-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

#about-us-page #about-us-approve .honor-container .slide-window .slide-row .slide-item {
	padding-left: 1.214286rem;
	padding-right: 1.214286rem
}

#about-us-page #about-us-approve .honor-container .slide-window .slide-row .slide-item img {
	width: 14.428571rem;
	height: 20rem
}

#about-us-page #about-us-approve .honor-container .slide-window .slide-row .slide-item .text {
	line-height: 1.714286rem;
	margin-top: 1rem;
	text-align: center
}

#about-us-page #about-us-contact {
	padding-top: 8.571429rem;
	padding-bottom: 4.285714rem
}

#about-us-page #about-us-contact .row-1 .item,#about-us-page #about-us-contact .row-2 .item {
	width: 27.142857rem
}

#about-us-page #about-us-contact .row-1 .item .top-box,#about-us-page #about-us-contact .row-2 .item .top-box {
	margin-bottom: 1.857143rem
}

#about-us-page #about-us-contact .row-1 .item .top-box .bg-img,#about-us-page #about-us-contact .row-2 .item .top-box .bg-img {
	width: 3.857143rem;
	height: 4.571429rem;
	margin-right: 1.071429rem
}

#about-us-page #about-us-contact .row-1 .item .top-box .text,#about-us-page #about-us-contact .row-2 .item .top-box .text {
	font-size: 1.142857rem;
	line-height: 1.571429rem
}

#about-us-page #about-us-contact .row-1 .item .top-box .text .text-2,#about-us-page #about-us-contact .row-2 .item .top-box .text .text-2 {
	font-size: .857143rem;
	line-height: 1.714286rem
}

#about-us-page #about-us-contact .row-2 {
	margin-top: 4.285714rem
}

#about-us-page #about-us-contact .row-3 {
	margin-top: 7.142857rem
}

#about-us-page #about-us-contact .row-3 .item {
	margin-left: 2.142857rem;
	margin-right: 2.142857rem
}

#about-us-page #about-us-contact .row-3 .item .fg {
	margin-right: .357143rem
}

@media only screen and (max-width:1440px) {
	#about-us-page #about-us-approve .time-line .time-line-bg {
		width: 102.857143rem;
		height: 100.785714rem
	}
}

#case-center .banner {
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: 50%
}

#case-center .case-banner {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#0050a5),to(#03807a));
	background-image: -webkit-linear-gradient(#0050a5,#03807a);
	background-image: -o-linear-gradient(#0050a5,#03807a);
	background-image: linear-gradient(#0050a5,#03807a)
}

#case-center .case-banner .banner {
	background-image: url(../images/客户案例.png);
	height: 30rem
}

#case-center .news-banner {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#38006d),to(#ff0069));
	background-image: -webkit-linear-gradient(#38006d,#ff0069);
	background-image: -o-linear-gradient(#38006d,#ff0069);
	background-image: linear-gradient(#38006d,#ff0069)
}

#case-center .news-banner .banner {
	background-image: url(../images/签约喜讯.png);
	height: 42.857143rem
}

#case-center .appraise-banner {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#19488a),to(#3bb6f9));
	background-image: -webkit-linear-gradient(#19488a,#3bb6f9);
	background-image: -o-linear-gradient(#19488a,#3bb6f9);
	background-image: linear-gradient(#19488a,#3bb6f9)
}

#case-center .appraise-banner .banner {
	background-image: url(../images/零售大咖说.png);
	height: 42.857143rem
}

#case-center .case {
	font-family: PingFangSC-Regular;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 85.714286rem;
	margin: 5.285714rem auto
}

#case-center .case .class-list {
	margin-right: 1.071429rem;
	text-align: center;
	cursor: pointer;
	width: 19.285714rem
}

#case-center .case .class-list .categories.active {
	color: #40c3c4
}

#case-center .case .class-list .categories.active .category {
	border-bottom: none
}

#case-center .case .class-list .categories.active .brands {
	display: block
}

#case-center .case .class-list .categories:last-child {
	border-bottom-left-radius: .285714rem;
	border-bottom-right-radius: .285714rem
}

#case-center .case .class-list .categories:last-child .category {
	border-bottom: 0
}

#case-center .case .class-list .categories {
	font-size: 1.5rem;
	background-color: #edeff0
}

#case-center .case .class-list .categories .category {
	line-height: 4.928571rem;
	border-bottom: .071429rem solid #dedede
}

#case-center .case .class-list .categories .category:hover {
	color: #40c3c4
}

#case-center .case .class-list .categories:first-child {
	border-top-left-radius: .285714rem;
	border-top-right-radius: .285714rem
}

#case-center .case .class-list .brands {
	background-color: #fff;
	border: .071429rem solid #d9dcdd;
	border-radius: .071429rem;
	display: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#case-center .case .class-list .brand {
	font-size: 1.142857rem;
	line-height: 3.714286rem;
	color: #343c50;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

#case-center .case .class-list .brand.active,#case-center .case .class-list .brand:hover {
	background-color: #40c3c4;
	color: #fff
}

#case-center .case .content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0
}

#case-center .case .content img {
	width: 100%
}

#case-center .case .content li,#case-center .case .content p {
	line-height: 2rem
}

#case-center .products-container {
	background-image: url(../images/相关产品推荐.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover
}

#case-center .products-container .products {
	padding: 3.714286rem 0 4.428571rem;
	width: 76.142857rem;
	margin: auto
}

#case-center .products-container .products .slide-container {
	position: relative;
	margin-top: 2.857143rem;
	width: 100%
}

#case-center .products-container .products .slide-container,#case-center .products-container .products .slide-container .arrow-pointer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

#case-center .products-container .products .slide-container .arrow-pointer {
	position: absolute;
	background-color: #fff;
	color: #8b8f9b;
	-webkit-box-shadow: 0 .214286rem .5rem .071429rem rgba(27,74,80,.15);
	box-shadow: 0 .214286rem .5rem .071429rem rgba(27,74,80,.15);
	border-radius: 1.714286rem;
	font-size: 2.285714rem;
	width: 3.428571rem;
	height: 3.428571rem;
	cursor: pointer
}

#case-center .products-container .products .slide-container .arrow-left {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	left: 0;
	margin-left: -4.642857rem
}

#case-center .products-container .products .slide-container .arrow-right {
	right: 0;
	margin-right: -4.642857rem
}

#case-center .products-container .products .slide-container .slide-window {
	height: 18.571429rem;
	width: 100%;
	overflow: hidden
}

#case-center .products-container .products .slide-container .slide-window .slide-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 175%
}

#case-center .products-container .products .slide-container .slide-window .slide-row .slide-item {
	display: block;
	height: 100%;
	margin-right: 1.642857rem;
	cursor: pointer;
	overflow: hidden;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

#case-center .products-container .products .slide-container .slide-window .slide-row .slide-item .item-content {
	width: 17.857143rem;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff
}

#case-center .products-container .products .slide-container .slide-window .slide-row .slide-item .item-content .fg {
	margin-bottom: 1.857143rem;
	font-size: 3rem
}

#case-center .products-container .products .slide-container .slide-window .slide-row .slide-item .bg {
	-webkit-background-size: 100% 100%;
	background-size: 100%;
	background-repeat: no-repeat
}

#case-center .products-container .products .slide-container .slide-window .slide-row .slide-item .bg-1 {
	background-image: url(../images/11.png)
}

#case-center .products-container .products .slide-container .slide-window .slide-row .slide-item .bg-2 {
	background-image: url(../images/22.png)
}

#case-center .products-container .products .slide-container .slide-window .slide-row .slide-item .bg-3 {
	background-image: url(../images/33.png)
}

#case-center .products-container .products .slide-container .slide-window .slide-row .slide-item .bg-4 {
	background-image: url(../images/44.png)
}

#case-center .products-container .products .slide-container .slide-window .slide-row .slide-item .bg-5 {
	background-image: url(../images/55.png)
}

#case-center .products-container .products .slide-container .slide-window .slide-row .slide-item .bg-6 {
	background-image: url(../images/66.png)
}

#case-center .posts-container {
	margin: -11.428571rem auto 9.357143rem;
	width: 85.714286rem;
	background-color: #fff;
	border-radius: .285714rem;
	-webkit-box-shadow: 0 .714286rem 1.214286rem .071429rem rgba(27,74,80,.09);
	box-shadow: 0 .714286rem 1.214286rem .071429rem rgba(27,74,80,.09);
	padding: 0 3.5rem 7.142857rem
}

#case-center .posts-container .news {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 5.857143rem
}

#case-center .posts-container .news .post-item {
	width: 17.857143rem;
	height: 21.428571rem;
	margin-right: 2.428571rem;
	margin-bottom: 2.142857rem;
	border: .071429rem solid #c2bfbf;
	background-color: #f5f7f8;
	border-radius: .214286rem
}

#case-center .posts-container .news .post-item .img-box {
	width: 100%;
	height: 14.071429rem
}

#case-center .posts-container .news .post-item .img-box img {
	width: 100%;
	height: 100%
}

#case-center .posts-container .news .post-item .text-box {
	padding: 0 .642857rem
}

#case-center .posts-container .news .post-item .text-box .title {
	font-size: 1.142857rem;
	font-family: PingFangSC-Medium;
	color: #414242;
	line-height: 1.571429rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: .714286rem
}

#case-center .posts-container .news .post-item .text-box .excerpt,#case-center .posts-container .news .post-item .text-box .publish-date {
	line-height: 1.714286rem;
	font-size: .857143rem;
	color: #343c50;
	opacity: .8;
	font-family: PingFangSC-Regular;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

#case-center .posts-container .news .post-item .text-box .publish-date {
	opacity: .65;
	margin-top: 1.142857rem
}

#case-center .posts-container .news .post-item:nth-of-type(4n) {
	margin-right: 0
}

#case-center .posts-container .appraise {
	padding-bottom: 3.571429rem
}

#case-center .posts-container .appraise .post-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

#case-center .posts-container .appraise .post-item .img-box {
	width: 42.857143rem;
	position: relative;
	cursor: pointer
}

#case-center .posts-container .appraise .post-item .img-box img {
	width: 100%
}

#case-center .posts-container .appraise .post-item .img-box .hover-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(94,92,92,.75)
}

#case-center .posts-container .appraise .post-item .img-box:hover .hover-bg {
	display: block
}

#case-center .posts-container .appraise .post-item .text-box {
	width: 42.857143rem;
	padding: 0 1.928571rem;
	cursor: pointer
}

#case-center .posts-container .appraise .post-item .text-box .title {
	font-size: 1.142857rem;
	font-family: PingFangSC-Medium;
	color: #414242;
	line-height: 1.571429rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

#case-center .posts-container .appraise .post-item .text-box .excerpt,#case-center .posts-container .appraise .post-item .text-box .publish-date {
	line-height: 1.714286rem;
	font-size: .857143rem;
	color: #343c50;
	opacity: .8;
	font-family: PingFangSC-Regular;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

#case-center .posts-container .appraise .post-item .text-box .excerpt {
	margin-top: 1.571429rem
}

#case-center .posts-container .appraise .post-item .text-box .publish-date {
	opacity: .65;
	margin-top: .642857rem
}

#case-center .posts-container .appraise .post-item .text-box:hover .title {
	color: #3eb9ba
}

#case-center .posts-container .appraise .post-item:nth-of-type(2n) .img-box {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

#case-center .posts-container .appraise .post-item:nth-of-type(2n) .text-box {
	padding: 0 1rem 0 4.714286rem
}

#case-center .posts-container .pagination-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1rem;
	color: #617282;
	margin-top: 4.285714rem
}

#case-center .posts-container .pagination-list .pagination {
	cursor: pointer;
	margin: 0 .285714rem
}

#case-center .posts-container .pagination-list .next,#case-center .posts-container .pagination-list .previous {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer
}

#case-center .posts-container .pagination-list .next .arrow,#case-center .posts-container .pagination-list .previous .arrow {
	width: 1rem;
	height: 1rem;
	margin-top: .071429rem;
	background: url(../images/arrow.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover
}

#case-center .posts-container .pagination-list .previous .arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

#case-center .posts-container .pagination-list .active {
	width: 1.5rem;
	height: 1.5rem;
	color: #fff;
	background-color: #3eb9ba;
	border-radius: 50%;
	font-weight: 300;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

#case-center .posts-container .pagination-list .disable-click {
	opacity: .5;
	cursor: not-allowed;
	pointer-events: none
}

#case-center .posts-container .pagination-list .total {
	color: #333
}

#case-center .posts-container .no-content {
	padding-top: 8.571429rem
}

@media screen and (max-width:1600px) {
	#case-center .banner {
		-webkit-background-size: cover;
		background-size: cover
	}
}

#supports-video-teaching .container {
	height: 100%
}

#supports-video-teaching .supports-video-teaching-row-1 {
	padding-top: 9.857143rem;
	padding-bottom: 7.285714rem;
	background: url(../images/视频教学banner背景@2x.jpeg) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover
}

#supports-video-teaching .supports-video-teaching-row-1 .title {
	font-size: 2.285714rem;
	line-height: 4.285714rem;
	color: #fff;
	text-align: center
}

#supports-video-teaching .video-teaching-background {
	height: 50vh;
	min-height: 28.571429rem;
	max-height: 42.857143rem
}

#supports-video-teaching .video-teaching-background .container .content {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 50vh;
	min-height: 28.571429rem;
	max-height: 42.857143rem;
	padding-top: 10vh
}

#supports-video-teaching .video-teaching-background .container .content p {
	color: #fff;
	font-size: 3.428571rem;
	font-weight: 300
}

#supports-video-teaching .video-teaching-background .container .content p:nth-child(2) {
	font-size: 1.714286rem
}

#supports-video-teaching .posts-container .container .content {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 5rem 0 1.428571rem
}

#supports-video-teaching .posts-container .container .content .hide {
	display: none
}

#supports-video-teaching .posts-container .container .content .section {
	width: calc(50% - 2.142857rem)
}

#supports-video-teaching .posts-container .container .content .section .section-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 1.428571rem
}

#supports-video-teaching .posts-container .container .content .section .section-header .title {
	color: #333;
	font-size: 1.857143rem;
	line-height: 2.428571rem;
	margin-bottom: 0
}

#supports-video-teaching .posts-container .container .content .section .section-header .go-back,#supports-video-teaching .posts-container .container .content .section .section-header .more {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #666;
	font-size: 1rem
}

#supports-video-teaching .posts-container .container .content .section .section-header .go-back .arrow,#supports-video-teaching .posts-container .container .content .section .section-header .more .arrow {
	width: 1rem;
	height: 1rem;
	margin-top: .071429rem;
	background: url(../images/arrow.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover
}

#supports-video-teaching .posts-container .container .content .section .section-body .posts-box .post {
	border-radius: .285714rem;
	overflow: hidden;
	-webkit-box-shadow: 0 .071429rem .357143rem rgba(0,0,0,.3);
	box-shadow: 0 .071429rem .357143rem rgba(0,0,0,.3);
	margin: 0 .714286rem 1.428571rem;
	cursor: pointer
}

#supports-video-teaching .posts-container .container .content .section .section-body .posts-box .post .post-img-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 66.6%
}

#supports-video-teaching .posts-container .container .content .section .section-body .posts-box .post .post-img-container img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

#supports-video-teaching .posts-container .container .content .section .section-body .posts-box .post .post-content {
	padding: 1.428571rem
}

#supports-video-teaching .posts-container .container .content .section .section-body .posts-box .post .post-content .post-title {
	color: #333;
	font-size: 1.428571rem;
	line-height: 1.5;
	max-height: 4.142857rem;
	overflow: hidden;
	display: block
}

#supports-video-teaching .posts-container .container .content .section .section-body .posts-box .post .post-content .post-excerpt {
	color: #888;
	font-size: 1rem;
	line-height: 1.6;
	margin: .571429rem 0;
	height: 4.714286rem;
	overflow: hidden;
	word-break: break-all;
	display: block
}

#supports-video-teaching .posts-container .container .content .section .section-body .posts-box .post .post-content .post-publish-date {
	color: #666;
	font-size: 1rem;
	line-height: 2rem
}

#supports-video-teaching .posts-container .container .content .section .section-body .posts-box .post:hover {
	-webkit-box-shadow: 0 .071429rem .357143rem rgba(33,155,155,.5);
	box-shadow: 0 .071429rem .357143rem rgba(33,155,155,.5)
}

#supports-video-teaching .posts-container .container .content .section .section-body .posts-box .post:hover .post-title {
	color: #3cb2b3
}

#supports-video-teaching .posts-container .container .content .section .section-body .pagination-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1rem;
	color: #666
}

#supports-video-teaching .posts-container .container .content .section .section-body .pagination-container .pagination {
	cursor: pointer;
	margin: 0 .285714rem
}

#supports-video-teaching .posts-container .container .content .section .section-body .pagination-container .next,#supports-video-teaching .posts-container .container .content .section .section-body .pagination-container .previous {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer
}

#supports-video-teaching .posts-container .container .content .section .section-body .pagination-container .next .arrow,#supports-video-teaching .posts-container .container .content .section .section-body .pagination-container .previous .arrow {
	width: 1rem;
	height: 1rem;
	margin-top: .071429rem;
	background: url(../images/arrow.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover
}

#supports-video-teaching .posts-container .container .content .section .section-body .pagination-container .previous .arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

#supports-video-teaching .posts-container .container .content .section .section-body .pagination-container .active {
	width: 1.5rem;
	height: 1.5rem;
	color: #fff;
	background: #3cb2b3;
	border-radius: 50%;
	font-weight: 300;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

#supports-video-teaching .posts-container .container .content .section .section-body .pagination-container .disable-click {
	opacity: .5;
	cursor: not-allowed;
	pointer-events: none
}

#supports-video-teaching .posts-container .container .content .section .section-body .pagination-container .total {
	color: #333
}

#supports-video-teaching .posts-container .container .content .more-section {
	width: 100%
}

#supports-video-teaching .posts-container .container .content .more-section .section-body .posts-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#supports-video-teaching .posts-container .container .content .more-section .section-body .posts-box .post {
	width: calc(100% / 3 - 1.428571rem)
}

@media only screen and (max-width:991px) {
	#supports-video-teaching .posts-container .container .content .section-body .posts-box .post {
		width: calc(100% / 2 - 1.428571rem)!important
	}
}

@media only screen and (max-width:749px) {
	#supports-video-teaching .video-teaching-background {
		height: 21.428571rem!important;
		min-height: 21.428571rem!important;
		max-height: 21.428571rem!important
	}

	#supports-video-teaching .video-teaching-background .content {
		height: 100%!important;
		min-height: 0!important;
		max-height: none!important;
		-webkit-box-pack: center!important;
		-webkit-justify-content: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
		padding-top: 0!important
	}

	#supports-video-teaching .video-teaching-background .content p {
		font-size: 1.714286rem!important;
		text-align: center
	}

	#supports-video-teaching .posts-container .container .content {
		padding-top: 2.142857rem!important
	}

	#supports-video-teaching .posts-container .container .content .section-body .posts-box .post {
		width: 100%!important
	}
}

#guandata-news-detail-container {
	padding-top: 5.714286rem
}

#guandata-news-detail-container .banner {
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: 50%;
	height: 42.857143rem
}

#guandata-news-detail-container .news-banner {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#38006d),to(#ff0069));
	background-image: -webkit-linear-gradient(#38006d,#ff0069);
	background-image: -o-linear-gradient(#38006d,#ff0069);
	background-image: linear-gradient(#38006d,#ff0069);
	margin-top: -5.714286rem
}

#guandata-news-detail-container .news-banner .banner {
	background-image: url(../images/签约喜讯.png)
}

#guandata-news-detail-container .appraise-banner {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#19488a),to(#3bb6f9));
	background-image: -webkit-linear-gradient(#19488a,#3bb6f9);
	background-image: -o-linear-gradient(#19488a,#3bb6f9);
	background-image: linear-gradient(#19488a,#3bb6f9);
	margin-top: -5.714286rem
}

#guandata-news-detail-container .appraise-banner .banner {
	background-image: url(../images/零售大咖说.png)
}

#guandata-news-detail-container .guandata-news-detail {
	margin: -11.428571rem auto 9.357143rem;
	width: 85.714286rem;
	background-color: #fff;
	border-radius: .285714rem;
	-webkit-box-shadow: 0 .714286rem 1.214286rem .071429rem rgba(27,74,80,.09);
	box-shadow: 0 .714286rem 1.214286rem .071429rem rgba(27,74,80,.09);
	padding: .142857rem 3.5rem 0
}

#guandata-news-detail-container .container {
	height: 100%
}

#guandata-news-detail-container .container .content {
	margin-top: 5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

#guandata-news-detail-container .container .content .post-box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 7.142857rem
}

#guandata-news-detail-container .container .content .post-box .post-top {
	padding-bottom: 4.285714rem;
	border-bottom: .071429rem dashed #ccc
}

#guandata-news-detail-container .container .content .post-box .post-top .post-title {
	color: #333;
	font-size: 2.142857rem;
	line-height: 3rem
}

#guandata-news-detail-container .container .content .post-box .post-top .post-date {
	margin: .857143rem 0 2.857143rem;
	color: #666;
	font-size: 1rem
}

#guandata-news-detail-container .container .content .post-box .post-top .post-content {
	color: #333;
	font-size: 1rem;
	line-height: 2rem;
	font-weight: 400
}

#guandata-news-detail-container .container .content .post-box .post-top .post-content p {
	line-height: 2rem;
	word-break: break-all
}

#guandata-news-detail-container .container .content .post-box .post-top .post-content audio,#guandata-news-detail-container .container .content .post-box .post-top .post-content iframe,#guandata-news-detail-container .container .content .post-box .post-top .post-content img,#guandata-news-detail-container .container .content .post-box .post-top .post-content video {
	width: 100%
}

#guandata-news-detail-container .container .content .post-box .post-bottom {
	margin-top: 1.142857rem;
	color: #666;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

#guandata-news-detail-container .container .content .post-box .post-bottom .go-back {
	cursor: pointer
}

#guandata-news-detail-container .container .content .post-box .post-bottom .next-post,#guandata-news-detail-container .container .content .post-box .post-bottom .previous-post {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

#guandata-news-detail-container .container .content .post-box .post-bottom .next-post .arrow,#guandata-news-detail-container .container .content .post-box .post-bottom .previous-post .arrow {
	width: 1rem;
	height: 1rem;
	margin-top: .071429rem;
	background: url(../images/arrow.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover
}

#guandata-news-detail-container .container .content .post-box .post-bottom .previous-post .arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

#guandata-news-detail-container .container .content .post-box .post-bottom .disable-click {
	opacity: .5;
	cursor: not-allowed;
	pointer-events: none
}

#guandata-news-detail-container .container .content .latest-posts-box {
	width: 20rem;
	margin-left: 5.714286rem
}

#guandata-news-detail-container .container .content .latest-posts-box .latest-posts-title {
	font-size: 1.285714rem;
	color: #333;
	line-height: 1.857143rem;
	margin: .571429rem 0 1.428571rem
}

#guandata-news-detail-container .container .content .latest-posts-box .latest-posts .latest-post-title {
	cursor: pointer;
	line-height: 2rem;
	padding: .357143rem 0;
	border-bottom: .071429rem dashed #ccc
}

#guandata-news-detail-container .container .content .latest-posts-box .latest-posts .latest-post-title:before {
	content: "\2022";
	font-size: 1.071429rem;
	margin-right: .714286rem;
	color: #3cb2b3
}

@media screen and (max-width:1600px) {
	#guandata-news-detail-container .banner {
		-webkit-background-size: cover;
		background-size: cover
	}
}

@media only screen and (max-width:749px) {
	#guandata-news-detail-container .container .content {
		margin-top: 0!important;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	#guandata-news-detail-container .container .content .post-box {
		padding-bottom: 2.857143rem!important
	}

	#guandata-news-detail-container .container .content .post-box .post-top {
		padding-bottom: 2.5rem!important
	}

	#guandata-news-detail-container .container .content .post-box .post-top .post-date {
		margin: .714286rem 0 1.428571rem!important
	}

	#guandata-news-detail-container .container .content .latest-posts-box {
		width: 100%!important;
		margin-left: 0!important;
		padding-top: 1.428571rem!important;
		padding-bottom: 1.428571rem;
		border-top: .071429rem solid #ccc
	}

	#guandata-news-detail-container .container .content .latest-posts-box .latest-post-title {
		border-bottom: none!important
	}
}

#mina-auth .button {
	color: #fff;
	border-color: #fff;
	border-radius: .285714rem;
	background: none;
	margin-top: 1.071429rem;
	width: 8.571429rem;
	height: 3.428571rem;
	font-size: 1.428571rem
}

#mina-auth .button-dark,#mina-auth .button:hover {
	background: #3eb9ba;
	border-color: #3eb9ba
}

#mina-auth .button-dark:hover {
	background: #46d0d1;
	border-color: #46d0d1
}

#mina-auth .empty-header {
	height: 5.714286rem;
	background-color: #4c4b4e
}

#mina-auth .container {
	position: relative;
	height: calc(100vh - 5.714286rem);
	overflow: hidden
}

#mina-auth .container .content {
	max-width: 26.785714rem;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

#mina-auth .container .content .pic {
	width: 20.285714rem;
	height: 14.928571rem
}

#mina-auth .container .content .info {
	margin-top: 1.857143rem;
	margin-bottom: 2.857143rem;
	font-size: 1rem;
	color: #343d50;
	text-align: center
}

#mina-auth .container .content .auth-btn {
	display: inline-block
}

#mina-auth .container .content .auth-btn button {
	margin: 0
}

#site-map-container .site-map-background {
	min-height: 28.571429rem
}

#site-map-container .site-map-background .pad-top {
	height: 5.714286rem
}

#site-map-container .site-map-background .container .content {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 28.571429rem;
	padding-top: 1.428571rem
}

#site-map-container .site-map-background .container .content .list {
	display: block
}

#registry-page {
	height: 100%
}

#registry-page .content-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-shadow: 0 .714286rem 1.214286rem 0 rgba(27,74,80,.11);
	box-shadow: 0 .714286rem 1.214286rem 0 rgba(27,74,80,.11);
	border-radius: .285714rem
}

#registry-page .content-box .small-screen-header {
	display: none
}

#registry-page .content-box .left-box {
	width: 32.857143rem;
	height: 51.285714rem;
	background: url(../images/banner_1.png) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: .285714rem 0 0 .285714rem;
	color: #fff;
	padding: 5.714286rem 1.071429rem 5.714286rem 2.5rem;
	line-height: normal
}

#registry-page .content-box .left-box .logo {
	margin-left: -1.071429rem
}

#registry-page .content-box .left-box .title {
	font-size: 2.357143rem
}

#registry-page .content-box .left-box .line {
	width: 100%;
	padding-right: 1.428571rem
}

#registry-page .content-box .left-box .content {
	margin-top: 1.357143rem;
	line-height: 1.857143rem
}

#registry-page .content-box .left-box .note {
	margin-top: 3.285714rem;
	font-size: 1.285714rem
}

#registry-page .content-box .left-box .item {
	margin-top: 1.5rem
}

#registry-page .content-box .left-box .item img {
	width: 1.285714rem;
	margin-right: .928571rem
}

#registry-page .content-box .left-box .comment {
	margin-top: 4.285714rem
}

#registry-page .content-box .right-box {
	width: 40rem;
	border-radius: 0 .285714rem .285714rem 0;
	padding: 5.142857rem 0 0 3.714286rem;
	background-color: #fff
}

#registry-page .content-box .right-box .title {
	font-size: 1.714286rem;
	color: #000;
	margin-bottom: .714286rem;
	font-family: PingFangSC-Regular
}

#registry-page .content-box .right-box .sub-title {
	margin-bottom: 1.428571rem
}

#registry-page .content-box .right-box .input-row {
	margin-bottom: 1.142857rem
}

#registry-page .content-box .right-box .input-row .input-box {
	width: 27.857143rem;
	height: 2.571429rem;
	margin-right: .428571rem;
	position: relative
}

#registry-page .content-box .right-box .input-row .input-box input {
	width: 100%;
	height: 100%;
	border-radius: .142857rem;
	border: .071429rem solid #d9dcdd;
	outline: none;
	padding: .571429rem .714286rem
}

#registry-page .content-box .right-box .input-row .input-box .phone-input {
	border-right: none;
	border-radius: .142857rem 0 0 .142857rem
}

#registry-page .content-box .right-box .input-row .input-box .sms-button {
	height: 100%;
	border: .071429rem solid #d9dcdd;
	border-left: none;
	outline: none;
	background-color: #fff
}

#registry-page .content-box .right-box .input-row .input-box .sms-button .text {
	color: #40c3c4;
	width: 7.214286rem;
	height: 1.714286rem;
	border-left: .071429rem solid #d9dcdd
}

#registry-page .content-box .right-box .input-row .inline {
	width: 13.571429rem
}

#registry-page .content-box .right-box .input-row .inline:first-child {
	margin-right: .714286rem
}

#registry-page .content-box .right-box .input-row .select-box {
	position: relative
}

#registry-page .content-box .right-box .input-row .select-box .list {
	position: absolute;
	width: 100%;
	max-height: 21.428571rem;
	overflow-y: auto;
	border: .071429rem solid #d9dcdd;
	-webkit-box-shadow: 0 .714286rem 1.214286rem 0 rgba(27,74,80,.11);
	box-shadow: 0 .714286rem 1.214286rem 0 rgba(27,74,80,.11);
	z-index: 1;
	bottom: 2.785714rem
}

#registry-page .content-box .right-box .input-row .select-box .list .list-item:hover {
	background-color: #f5f7f8
}

#registry-page .content-box .right-box .input-row .select-box .list .list-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 2.571429rem;
	background-color: #fff;
	font-size: 1rem;
	line-height: 1.428571rem;
	padding-left: .714286rem;
	padding-right: .714286rem;
	cursor: pointer
}

#registry-page .content-box .right-box .input-row .select-box .list .list-item.active {
	color: #40c3c4
}

#registry-page .content-box .right-box .input-row .select-box.input-box-failed {
	margin-bottom: .285714rem
}

#registry-page .content-box .right-box .input-row .select-box.input-box-failed input {
	background-color: #fdf3f4
}

#registry-page .content-box .right-box .input-row .select-box.input-box-failed:after {
	content: attr(data-error-info);
	color: #f24e24;
	display: block;
	margin-top: .142857rem;
	margin-bottom: -.714286rem;
	font-size: .857143rem;
	position: absolute
}

#registry-page .content-box .right-box .input-row.input-box-failed .input-box>input {
	background-color: #fdf3f4
}

#registry-page .content-box .right-box .input-row.input-box-failed:after {
	content: attr(data-error-info);
	color: #f24e24;
	display: block;
	margin-top: .142857rem;
	margin-bottom: -.714286rem;
	font-size: .857143rem
}

#registry-page .content-box .right-box .footer {
	width: 27.857143rem;
	margin-top: 2.714286rem
}

#registry-page .content-box .right-box .footer .submit {
	width: 18.571429rem;
	height: 2.571429rem;
	font-size: 1rem;
	outline: none;
	margin: auto
}

#registry-page .content-box .right-box .footer .submit .anticon-spin {
	-webkit-animation: loadingCircle 1s infinite linear;
	-o-animation: loadingCircle 1s infinite linear;
	animation: loadingCircle 1s infinite linear;
	margin-right: .571429rem;
	display: none
}

#registry-page .content-box .right-box .required-symbol {
	color: #d0021b;
	line-height: 1.428571rem;
	position: absolute;
	top: 0;
	right: -.714286rem
}

#registry-page .content-box .right-box #second {
	display: none;
	padding-bottom: 1.785714rem
}

#registry-page .content-box .right-box #second .caption {
	font-size: 1rem;
	color: #343c50;
	position: relative;
	display: inline-block
}

#registry-page .content-box .right-box #second .comment {
	opacity: .49;
	margin-left: 1.071429rem;
	font-size: .857143rem
}

#registry-page .content-box .right-box #second .items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 27.857143rem;
	margin: .285714rem -.285714rem 0
}

#registry-page .content-box .right-box #second .item {
	border-radius: .142857rem;
	border: .071429rem solid #d9dcdd;
	height: 2rem;
	width: 5rem;
	color: #343c50;
	font-size: .857143rem;
	margin: .285714rem;
	cursor: pointer
}

#registry-page .content-box .right-box #second .item.active,#registry-page .content-box .right-box #second .item:hover {
	background-color: #2185d0;
	color: #fff
}

#registry-page .content-box .right-box #second .zone {
	margin-bottom: .928571rem
}

#registry-page .content-box .right-box #second .footer {
	margin-top: 1.857143rem
}

#registry-page .message {
	position: fixed;
	display: none;
	margin: auto;
	top: 5.714286rem;
	padding: .571429rem;
	-webkit-box-shadow: 0 .285714rem .857143rem rgba(0,0,0,.15);
	box-shadow: 0 .285714rem .857143rem rgba(0,0,0,.15);
	background: #fff;
	border-radius: .285714rem;
	color: rgba(0,0,0,.65)
}

@media only screen and (max-width:1019px) {
	#registry-page {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	#registry-page .content-box {
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0;
		width: 100%
	}

	#registry-page .content-box .small-screen-header {
		width: 100%;
		display: block;
		background-color: #f9f9f9
	}

	#registry-page .content-box .small-screen-header .logo {
		margin-left: .714286rem;
		height: 3.714286rem;
		display: block
	}

	#registry-page .content-box .small-screen-header .banner {
		background: url(../images/mobile-banner.png) no-repeat 50%;
		-webkit-background-size: cover;
		background-size: cover;
		padding: 2.357143rem 0 1.571429rem
	}

	#registry-page .content-box .small-screen-header .banner .title {
		color: #fff;
		font-size: 1.642857rem
	}

	#registry-page .content-box .small-screen-header .banner .title:first-child {
		margin-bottom: .571429rem
	}

	#registry-page .content-box .left-box {
		display: none
	}

	#registry-page .content-box .right-box {
		width: 100%;
		height: auto;
		border-radius: 0;
		padding: 1.571429rem 2.142857rem 0 1.785714rem;
		background-color: #f9f9f9
	}

	#registry-page .content-box .right-box .title {
		color: #3cb2b3;
		text-align: center;
		font-size: 1.428571rem
	}

	#registry-page .content-box .right-box .sub-title {
		text-align: center;
		color: #666;
		font-size: .857143rem;
		margin: .714286rem 0
	}

	#registry-page .content-box .right-box .input-row {
		margin-bottom: .714286rem
	}

	#registry-page .content-box .right-box .input-row .input-box {
		width: 100%
	}

	#registry-page .content-box .right-box .input-row .input-box.input-box-failed {
		margin-bottom: .714286rem
	}

	#registry-page .content-box .right-box .footer {
		margin-top: 3.928571rem;
		width: 100%
	}

	#registry-page .content-box .right-box .footer .submit {
		width: 100%;
		font-size: 1.142857rem;
		height: 2.857143rem
	}

	#registry-page .content-box .right-box #first .footer {
		margin-top: 3.928571rem
	}

	#registry-page .content-box .right-box #first .call,#registry-page .content-box .right-box #first .comment {
		width: 100%
	}

	#registry-page .content-box .right-box #second .items {
		width: 100%;
		margin: .285714rem -.214286rem 0
	}

	#registry-page .content-box .right-box #second .items .item {
		margin: .214286rem
	}

	#registry-page .content-box .right-box #second .items .item:hover {
		background-color: transparent;
		color: #343c50
	}

	#registry-page .content-box .right-box #second .items .item:hover.active {
		background-color: #3eb9ba;
		color: #fff
	}

	#registry-page .content-box .right-box #second .footer {
		margin-top: 1.571429rem
	}
}

@-webkit-keyframes loadingCircle {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@-o-keyframes loadingCircle {
	to {
		-o-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes loadingCircle {
	to {
		-webkit-transform: rotate(1turn);
		-o-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.wwdc-header {
	font-family: SourceHanSansSC-Normal;
	font-weight: 400;
	position: relative;
	height: 5.714286rem
}

.wwdc-header .container {
	width: 84.285714rem;
	height: 5.714286rem;
	margin: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.wwdc-header .container .logo {
	width: 10.071429rem;
	height: 3.571429rem
}

.wwdc-header .container #nav {
	margin-left: 2.857143rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 5.714286rem
}

.wwdc-header .container #nav .navItem:not(:first-child) {
	margin-left: 2.142857rem
}

.wwdc-header .container #nav .navItem.active {
	border-bottom: .214286rem solid #00fef1
}

.wwdc-header .container #nav .navItem {
	height: 5.714286rem;
	cursor: pointer;
	color: #fff;
	padding: .714286rem
}

.wwdc-header .container #nav .navItem.active,.wwdc-header .container #nav .navItem:hover {
	color: #40c3c4
}

.wwdc-header.wwdc-mobile {
	height: 3.714286rem
}

.wwdc-header.wwdc-mobile .container {
	width: 26.785714rem;
	height: 3.714286rem;
	padding: .428571rem 1.071429rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.wwdc-header.wwdc-mobile .container .logo {
	width: 5rem;
	height: 1.785714rem
}

.wwdc-header.wwdc-mobile .container .right {
	width: 17.428571rem;
	height: 2.571429rem;
	border-radius: .428571rem
}

.wwdc-header.wwdc-mobile .container .right .text {
	font-size: 1rem;
	line-height: 2.571429rem;
	margin-left: .428571rem
}

.wwdc-header.wwdc-mobile .container .right .text .highlight {
	margin: 0 .428571rem
}

.wwdc-header.wwdc-mobile .container .right .btn {
	width: 5.714286rem;
	height: 2.571429rem;
	border-radius: .428571rem;
	line-height: 2.571429rem;
	background: url("../images/button.png") no-repeat;
	-webkit-background-size: 5.714286rem 2.571429rem;
	background-size: 5.714286rem 2.571429rem
}

#header-container.wwdc-header-scroll {
	background-color: rgba(7,19,96,.59);
	-webkit-box-shadow: 0 .214286rem .428571rem .071429rem rgba(17,47,67,.19);
	box-shadow: 0 .214286rem .428571rem .071429rem rgba(17,47,67,.19)
}

#header-container.wwdc-header-scroll.wwdc-header-mobile {
	-webkit-box-shadow: 0 .214286rem .428571rem .071429rem rgba(17,47,67,.3);
	box-shadow: 0 .214286rem .428571rem .071429rem rgba(17,47,67,.3)
}

.wwdc-container {
	font-family: SourceHanSansSC-Normal;
	font-weight: 400
}

.wwdc-container .section {
	padding-top: 7.142857rem;
	padding-bottom: 5.714286rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.wwdc-container .title {
	text-align: center
}

.wwdc-container .title .content {
	font-size: 2.571429rem;
	height: 3.857143rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #343c50
}

.wwdc-container .title .content .prefix {
	margin-right: 1.428571rem
}

.wwdc-container .title .content .prefix,.wwdc-container .title .content .surfix {
	width: 7.142857rem;
	height: 1.714286rem;
	background: url("../images/title-sty.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%
}

.wwdc-container .title .content .surfix {
	margin-left: 1.428571rem;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.wwdc-container .title .sub {
	color: #8192bb;
	font-size: 1rem;
	line-height: 1.571429rem
}

.wwdc-container .title.dark .content {
	color: #fff
}

.wwdc-container .list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.wwdc-container .meet {
	height: 52.857143rem;
	background: url("../images/bg_1.png") no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 10.428571rem
}

.wwdc-container .meet .content {
	width: 43rem;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.wwdc-container .meet .content .slogan {
	width: 28.214286rem;
	height: 10rem;
	background: url("../images/slogan.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%
}

.wwdc-container .meet .content .slogan-title {
	margin-top: 3.571429rem;
	width: 43rem;
	height: 5.142857rem;
	background: url("../images/title.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%
}

.wwdc-container .meet .content .btns {
	margin-top: 7.142857rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.wwdc-container .meet .content .btns a {
	margin: 0 2.142857rem;
	width: 12.857143rem;
	height: 3.714286rem;
	line-height: 3.714286rem;
	font-size: 1.285714rem;
	color: #fff;
	cursor: pointer;
	text-align: center;
	background: url("../images/button.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%
}

.wwdc-container .meet .content .address {
	margin-top: 2.142857rem;
	color: #fff;
	font-size: 1rem;
	line-height: 1.428571rem
}

.wwdc-container #introduction {
	background-color: #fff
}

.wwdc-container #introduction .list {
	margin-top: 3.571429rem
}

.wwdc-container #introduction .list .item {
	width: 25.142857rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #343c50
}

.wwdc-container #introduction .list .item img {
	width: 7.071429rem;
	height: 5.714286rem
}

.wwdc-container #introduction .list .item .sub-title {
	margin-top: 2.142857rem;
	line-height: 3.357143rem;
	font-size: 2.285714rem
}

.wwdc-container #introduction .list .item .content {
	margin-top: 2.142857rem;
	height: 16rem;
	font-size: 1.142857rem;
	line-height: 2.285714rem;
	overflow-wrap: break-word
}

.wwdc-container #introduction .list .item:not(:first-child) {
	margin-left: 4.428571rem
}

.wwdc-container #news {
	background-color: #f5f7f8
}

.wwdc-container #news .list {
	margin-top: 3.571429rem;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.wwdc-container #news .list .headlines {
	width: 41.428571rem;
	-webkit-box-shadow: 0 .714286rem 1.214286rem .071429rem rgba(27,74,80,.09);
	box-shadow: 0 .714286rem 1.214286rem .071429rem rgba(27,74,80,.09);
	cursor: pointer
}

.wwdc-container #news .list .headlines .img {
	width: 41.428571rem;
	height: 17.642857rem
}

.wwdc-container #news .list .headlines .content {
	height: 10.5rem;
	padding: 1.142857rem 2.142857rem;
	color: #343c50;
	background-color: #fff
}

.wwdc-container #news .list .headlines .content .title {
	font-size: 1.714286rem;
	line-height: 2.714286rem;
	text-align: left
}

.wwdc-container #news .list .headlines .content .sub-title {
	margin-top: .428571rem;
	font-size: 1.142857rem;
	line-height: 2.285714rem;
	opacity: .8
}

.wwdc-container #news .list .news-list {
	width: 42.142857rem;
	margin-left: .714286rem
}

.wwdc-container #news .list .news-list .header {
	height: 3.428571rem;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 1.142857rem
}

.wwdc-container #news .list .news-list .header .title {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 1.714286rem;
	line-height: 2rem;
	color: #343c50;
	text-align: left
}

.wwdc-container #news .list .news-list .header .more {
	font-size: 1.142857rem;
	line-height: 2rem;
	color: #8192bb;
	cursor: pointer
}

.wwdc-container #news .list .news-list .header .more i {
	margin-left: .428571rem
}

.wwdc-container #news .list .news-list #news-list .new {
	font-size: 1.428571rem;
	line-height: 2.285714rem;
	padding: 1.142857rem;
	cursor: pointer;
	border-bottom: .071429rem dashed #ccc;
	opacity: .8
}

.wwdc-container #news .list .news-list #news-list .new a {
	color: #343c50
}

.wwdc-container #news .list .news-list #news-list .new .point {
	width: .357143rem;
	height: .357143rem;
	border-radius: 50%;
	margin: .285714rem .857143rem .285714rem 0;
	background-color: #40c3c4;
	display: inline-block
}

.wwdc-container #highlights {
	background: url("../images/highlight-bg.png") no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.wwdc-container #highlights img {
	margin-top: 4.285714rem;
	width: 55.428571rem;
	height: 27.142857rem
}

.wwdc-container #topic {
	background-color: #f5f7f8
}

.wwdc-container #topic .img {
	margin-top: 2.142857rem;
	width: 83.428571rem;
	height: 77.071429rem
}

.wwdc-container #guests {
	background-color: #fff
}

.wwdc-container #guests .list {
	width: 84.285714rem;
	padding: .714286rem .357143rem 0;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.wwdc-container #guests .list .item {
	width: 13rem;
	height: 21.428571rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2.142857rem
}

.wwdc-container #guests .list .item .avatar {
	width: 13rem;
	height: 13rem
}

.wwdc-container #guests .list .item .name {
	margin-top: 1.714286rem;
	font-size: 1.714286rem;
	color: #343c50;
	line-height: 2.571429rem
}

.wwdc-container #guests .list .item .desc {
	margin-top: .714286rem;
	text-align: center;
	font-size: 1.142857rem;
	color: #475d95;
	line-height: 1.714286rem
}

.wwdc-container #guests .list .item .desc span {
	display: block
}

.wwdc-container #guests .list .item:not(:nth-child(5n+1)) {
	margin-left: 4.5rem
}

.wwdc-container #media {
	background-color: #f5f7f8
}

.wwdc-container #media .list {
	margin-top: 2.857143rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.wwdc-container #media .list .item .sub-title {
	font-size: 1.857143rem;
	color: #343c50;
	line-height: 2.714286rem
}

.wwdc-container #media .list .item img {
	margin-top: 1.714286rem
}

.wwdc-container #media .list .item:not(:first-child) {
	margin-top: 2.142857rem
}

.wwdc-container #contact {
	background-color: #fff
}

.wwdc-container #contact .list {
	margin-top: 2.357143rem
}

.wwdc-container #contact .list .item {
	width: 28.142857rem
}

.wwdc-container #contact .list .item .type {
	font-size: 1.857143rem;
	color: #343c50;
	line-height: 2.714286rem
}

.wwdc-container #contact .list .item .info {
	margin-left: 1.785714rem;
	font-size: 1.714286rem;
	color: #343c50;
	line-height: 2.571429rem
}

.wwdc-container #contact .list .item div:not(:first-child) {
	margin-top: .857143rem
}

.wwdc-container #contact .list .item:not(:first-child) {
	border-left: .071429rem solid #8192bb
}

.wwdc-container #contact .barcodes {
	margin-top: 3.571429rem;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

.wwdc-container #contact .barcodes,.wwdc-container #contact .barcodes .code {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.wwdc-container #contact .barcodes .code {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: 2.142857rem
}

.wwdc-container #contact .barcodes .code img {
	width: 7.142857rem;
	height: 7.142857rem
}

.wwdc-container #contact .barcodes .code .text {
	margin-top: .857143rem;
	font-size: 1rem;
	color: #475d95;
	line-height: 1.428571rem
}

.wwdc-container #contact .barcodes .code:last-child {
	margin-right: 0
}

.wwdc-container .copyright {
	height: 4.285714rem;
	background-color: #282735;
	text-align: center;
	color: #a3a2ae;
	font-size: .928571rem;
	line-height: 4.285714rem
}

.wwdc-container-mobile {
	font-family: PingFangSC-Regular
}

.wwdc-container-mobile .section {
	padding-top: 2.142857rem;
	padding-bottom: 2.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.wwdc-container-mobile .title {
	text-align: center
}

.wwdc-container-mobile .title .content {
	font-size: 1.428571rem;
	height: 2.142857rem
}

.wwdc-container-mobile .title .content .prefix {
	margin-right: .714286rem;
	width: 3.571429rem;
	height: .857143rem
}

.wwdc-container-mobile .title .content .surfix {
	margin-left: .714286rem;
	width: 3.571429rem;
	height: .857143rem
}

.wwdc-container-mobile .title .sub {
	font-size: .714286rem;
	line-height: 1rem
}

.wwdc-container-mobile .list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.wwdc-container-mobile .meet {
	height: 21.428571rem;
	background: url("../images/bg.png") no-repeat 50%;
	padding-top: 5rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.wwdc-container-mobile .meet .content {
	width: 23.214286rem
}

.wwdc-container-mobile .meet .content .slogan {
	width: 12.857143rem;
	height: 4.571429rem
}

.wwdc-container-mobile .meet .content .slogan-title {
	margin-top: 1.428571rem;
	width: 21.5rem;
	height: 2.571429rem
}

.wwdc-container-mobile .meet .content .address {
	margin-top: .285714rem;
	font-size: 1rem;
	line-height: 1.428571rem
}

.wwdc-container-mobile .meet .content .btns {
	margin-top: 1.571429rem
}

.wwdc-container-mobile .meet .content .btns a {
	margin: 0 1.071429rem;
	width: 6.428571rem;
	height: 2.571429rem;
	font-size: 1.071429rem;
	line-height: 2.571429rem;
	-webkit-background-size: 6.428571rem 2.571429rem;
	background-size: 6.428571rem 2.571429rem
}

.wwdc-container-mobile #introduction .list {
	margin-top: 0
}

.wwdc-container-mobile #introduction .list .item {
	width: 22.5rem;
	margin-top: 2.857143rem
}

.wwdc-container-mobile #introduction .list .item img {
	width: 3.571429rem;
	height: 2.857143rem
}

.wwdc-container-mobile #introduction .list .item .sub-title {
	margin-top: .928571rem;
	line-height: 1.928571rem;
	font-size: 1.285714rem
}

.wwdc-container-mobile #introduction .list .item .content {
	margin-top: 1.285714rem;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	font-size: 1rem;
	line-height: 1.642857rem
}

.wwdc-container-mobile #introduction .list .item:not(:first-child) {
	margin-left: 0
}

.wwdc-container-mobile #news .list {
	margin-top: 1.428571rem
}

.wwdc-container-mobile #news .list .headlines {
	width: 22.5rem;
	-webkit-box-shadow: none;
	box-shadow: none
}

.wwdc-container-mobile #news .list .headlines .img {
	width: 22.5rem;
	height: 9.571429rem
}

.wwdc-container-mobile #news .list .headlines .content {
	height: auto;
	padding: .857143rem;
	color: #343c50;
	background-color: #fff
}

.wwdc-container-mobile #news .list .headlines .content .title {
	font-size: 1.285714rem;
	line-height: 1.928571rem;
	text-align: left
}

.wwdc-container-mobile #news .list .headlines .content .sub-title {
	margin-top: .428571rem;
	font-size: 1rem;
	line-height: 1.642857rem;
	opacity: .8
}

.wwdc-container-mobile #news .list .news-list {
	width: 22.5rem;
	height: auto;
	margin-left: 0
}

.wwdc-container-mobile #news .list .news-list #news-list .new {
	font-size: 1rem;
	line-height: 1.642857rem;
	padding: .571429rem;
	cursor: pointer;
	border-bottom: .071429rem dashed #ccc;
	opacity: .8
}

.wwdc-container-mobile #news .list .news-list #news-list .new a {
	color: #343c50
}

.wwdc-container-mobile #news .list .news-list #news-list .new .point {
	width: .357143rem;
	height: .357143rem;
	border-radius: 50%;
	margin: .142857rem .428571rem .142857rem 0;
	background-color: #40c3c4;
	display: inline-block
}

.wwdc-container-mobile #highlights {
	background: url("../images/highlight-bg_1.png") no-repeat 50%
}

.wwdc-container-mobile #highlights img {
	margin-top: 3.214286rem;
	margin-bottom: 2.857143rem;
	width: 23.214286rem;
	height: 11.428571rem
}

.wwdc-container-mobile #topic .img {
	margin-top: 1.428571rem;
	width: 23.214286rem;
	height: 72.071429rem
}

.wwdc-container-mobile #guests .list {
	width: 24.642857rem;
	padding: .357143rem 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

.wwdc-container-mobile #guests .list .item {
	width: 8.214286rem;
	height: 13rem;
	margin-top: 1.428571rem
}

.wwdc-container-mobile #guests .list .item .avatar {
	width: 6.428571rem;
	height: 6.428571rem
}

.wwdc-container-mobile #guests .list .item .name {
	margin-top: .857143rem;
	font-size: 1rem;
	line-height: 1.428571rem
}

.wwdc-container-mobile #guests .list .item .desc {
	margin-top: .357143rem;
	font-size: .857143rem;
	line-height: 1.285714rem
}

.wwdc-container-mobile #guests .list .item:not(:nth-child(5n+1)) {
	margin-left: 0
}

.wwdc-container-mobile #media .list {
	margin-top: 1.857143rem
}

.wwdc-container-mobile #media .list .item .sub-title {
	font-size: 1.071429rem;
	line-height: 1.571429rem
}

.wwdc-container-mobile #media .list .item img {
	margin-top: .714286rem
}

.wwdc-container-mobile #media .list .item:not(:first-child) {
	margin-top: 1.071429rem
}

.wwdc-container-mobile #contact .list {
	margin-top: 1.785714rem
}

.wwdc-container-mobile #contact .list .item {
	width: 23.214286rem;
	margin-top: 1.785714rem
}

.wwdc-container-mobile #contact .list .item .type {
	font-size: 1.214286rem;
	line-height: 1.785714rem
}

.wwdc-container-mobile #contact .list .item .info {
	margin-top: .714286rem;
	margin-left: 1.142857rem;
	font-size: 1.071429rem;
	line-height: 1.571429rem
}

.wwdc-container-mobile #contact .list .item div:not(:first-child) {
	margin-top: 0
}

.wwdc-container-mobile #contact .list .item:not(:first-child) {
	border-left: none
}

.wwdc-container-mobile #contact .barcodes {
	margin-top: 1.785714rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.wwdc-container-mobile #contact .barcodes .code {
	margin-right: 1.428571rem
}

.wwdc-container-mobile #contact .barcodes .code img {
	width: 4.642857rem;
	height: 4.642857rem
}

.wwdc-container-mobile #contact .barcodes .code .text {
	margin-top: .857143rem;
	font-size: .857143rem;
	line-height: 1.142857rem
}

.wwdc-container-mobile #contact .barcodes .code:last-child {
	margin-right: 0
}

.wwdc-container-mobile .copyright {
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	font-size: .571429rem;
	line-height: 1rem;
	padding: 1rem 1.714286rem
}

.wwdc-aside-menu {
	font-family: SourceHanSansSC-Normal;
	font-weight: 400;
	position: fixed;
	width: 5.714286rem;
	bottom: 8.571429rem;
	right: 2.142857rem;
	background: #fff;
	-webkit-box-shadow: .285714rem .214286rem .714286rem .071429rem rgba(27,74,80,.16);
	box-shadow: .285714rem .214286rem .714286rem .071429rem rgba(27,74,80,.16);
	border-radius: .285714rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2
}

.wwdc-aside-menu .split {
	width: 2.857143rem;
	height: .071429rem;
	background: #8192bb;
	opacity: .54
}

.wwdc-aside-menu .side-box {
	width: 5.714286rem;
	height: 5.714286rem;
	line-height: 3.428571rem;
	overflow: hidden;
	cursor: pointer;
	color: #475d95;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.wwdc-aside-menu .side-box i {
	line-height: 1.428571rem
}

.wwdc-aside-menu .side-box .text {
	margin-top: .428571rem;
	line-height: 1.285714rem
}

.wwdc-aside-menu .side-box:hover {
	color: #53c8cf
}

#img-live-pop,#service-pop,#video-live-pop {
	font-family: SourceHanSansSC-Normal;
	font-weight: 400;
	position: fixed;
	right: -18.571429rem;
	bottom: 8.571429rem;
	width: 18.571429rem;
	height: 17.285714rem;
	background-color: #fff;
	-webkit-box-shadow: .285714rem .214286rem .714286rem .071429rem rgba(27,74,80,.16);
	box-shadow: .285714rem .214286rem .714286rem .071429rem rgba(27,74,80,.16);
	border-radius: .285714rem .285714rem 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	z-index: 1;
	-webkit-transition: right .3s ease-in,opacity .2s ease-out;
	-o-transition: right .3s ease-in,opacity .2s ease-out;
	transition: right .3s ease-in,opacity .2s ease-out
}

#img-live-pop .desc,#service-pop .desc,#video-live-pop .desc {
	width: 9.785714rem;
	overflow-wrap: break-word;
	color: #343c50;
	line-height: 1.285714rem;
	text-align: center
}

#img-live-pop img,#service-pop img,#video-live-pop img {
	margin-top: 1.142857rem
}

#img-live-pop.show,#service-pop.show,#video-live-pop.show {
	right: 8.285714rem;
	opacity: 1;
	-webkit-transition: right .3s,opacity .2s ease-in .1s;
	-o-transition: right .3s,opacity .2s ease-in .1s;
	transition: right .3s,opacity .2s ease-in .1s
}

.review-header {
	font-family: SourceHanSansSC-Normal;
	font-weight: 400;
	position: relative;
	height: 5.714286rem;
	background: transparent
}

.review-header .container {
	width: 84.285714rem;
	height: 5.714286rem;
	margin: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.review-header .container .logo {
	width: 10.071429rem;
	height: 3.571429rem
}

.review-header .container #nav {
	margin-left: 2.857143rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 5.714286rem
}

.review-header .container #nav .navItem:not(:first-child) {
	margin-left: 2.142857rem
}

.review-header .container #nav .navItem.active {
	border-bottom: .214286rem solid #00fef1
}

.review-header .container #nav .navItem {
	height: 5.714286rem;
	cursor: pointer;
	color: #fff;
	padding: .714286rem
}

.review-header .container #nav .navItem.active,.review-header .container #nav .navItem:hover {
	color: #40c3c4
}

.review-header .container .right .btn {
	width: 7.142857rem;
	height: 2.857143rem;
	border-radius: .285714rem;
	line-height: 2.857143rem;
	font-size: 1rem;
	color: #fff;
	cursor: pointer;
	text-align: center;
	background: url("../images/button.png") no-repeat;
	-webkit-background-size: 7.142857rem 2.857143rem;
	background-size: 7.142857rem 2.857143rem
}

.review-header.review-mobile {
	height: 3.714286rem
}

.review-header.review-mobile .container {
	width: 26.785714rem;
	height: 3.714286rem;
	padding: .428571rem 1.071429rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.review-header.review-mobile .container .logo {
	width: 5rem;
	height: 1.785714rem
}

.review-header.review-mobile .container .right .btn {
	width: 5.714286rem;
	height: 2.571429rem;
	border-radius: .428571rem;
	line-height: 2.571429rem;
	background: url("../images/button.png") no-repeat;
	-webkit-background-size: 5.714286rem 2.571429rem;
	background-size: 5.714286rem 2.571429rem
}

.review-container {
	background: #0b0244
}

.review-container .banner {
	height: 52.857143rem;
	position: absolute;
	width: 100%;
	background: url(../images/bg_2.png) 50%;
	-webkit-background-size: cover;
	background-size: cover
}

.review-container .review-inner {
	width: 84.285714rem;
	margin: 0 auto;
	padding-top: 9.5rem
}

.review-container .section {
	padding-top: 7.142857rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.review-container .title {
	text-align: center;
	margin-bottom: 3.571429rem
}

.review-container .title .content {
	font-size: 2.571429rem;
	height: 3.857143rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff
}

.review-container .title .content .prefix {
	margin-right: 1.428571rem
}

.review-container .title .content .prefix,.review-container .title .content .surfix {
	width: 7.142857rem;
	height: 1.714286rem;
	background: url("../images/title-sty.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%
}

.review-container .title .content .surfix {
	margin-left: 1.428571rem;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.review-container .title .sub {
	color: #8192bb;
	font-size: 1rem;
	line-height: 1.571429rem
}

.review-container .title.dark .content {
	color: #fff
}

.review-container .avatar-l {
	width: 27.142857rem
}

.review-container .avatar-m {
	width: 34rem
}

.review-container .middle {
	padding: 0 3.214286rem
}

.review-container .meet {
	position: relative;
	z-index: 2;
	width: 39.571429rem;
	margin: 0 auto
}

.review-container .meet img {
	width: 100%
}

.review-container #video {
	position: relative;
	width: 71.428571rem;
	margin: 2.571429rem auto 3.571429rem
}

.review-container #topic .content,.review-container #video video {
	width: 100%
}

.review-container #topic .content .name {
	font-size: 1.285714rem;
	color: #fff
}

.review-container #topic .content .name span {
	font-size: 1rem
}

.review-container #topic .content .desc {
	font-size: 1rem;
	color: #a3b3f5
}

.review-container #topic .content .list-column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.review-container #topic .content .list-column .item {
	margin-right: 1.428571rem;
	background: #000;
	color: #fff
}

.review-container #topic .content .list-column .item .text {
	padding: .714286rem 1.142857rem
}

.review-container #topic .content .list-column .item .text .name {
	margin-bottom: .714286rem
}

.review-container #topic .content .list-column .item:last-child {
	margin-right: 0
}

.review-container #topic .content .list-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 1.428571rem 0;
	height: 15.285714rem
}

.review-container #topic .content .list-row .item {
	margin-right: 1.428571rem;
	background: #000;
	color: #fff
}

.review-container #topic .content .list-row .item,.review-container #topic .content .list-row .item .text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.review-container #topic .content .list-row .item .text {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: .857143rem
}

.review-container #topic .content .list-row .item .text .name {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin-right: .714286rem
}

.review-container #topic .content .list-row .item .text .name span {
	margin-top: .714286rem
}

.review-container #topic .content .list-row .item .text span {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl
}

.review-container #topic .content .list-row .item .text .desc {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.review-container #topic .content .list-row .item .text .desc span {
	margin-right: .714286rem
}

.review-container #topic .content .list-row .item .text .desc span:last-child,.review-container #topic .content .list-row .item:last-child {
	margin-right: 0
}

.review-container #topic .avatar-l,.review-container #topic .avatar-m {
	position: relative
}

.review-container #topic .avatar-l img,.review-container #topic .avatar-m img {
	width: 100%
}

.review-container #topic .avatar-l:after,.review-container #topic .avatar-m:after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: block;
	font-family: fg!important;
	font-style: normal;
	content: "\E74C";
	font-size: 3.571429rem
}

.review-container #news .content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.review-container #news .content .list {
	background: #0b19bc;
	width: calc(100% - 3.571429rem)
}

.review-container #news .content .list .warp {
	padding: 1.428571rem 16.428571rem 4.285714rem 4.285714rem
}

.review-container #news .content .list a {
	display: block;
	width: 100%;
	height: 4.571429rem;
	line-height: 4.571429rem;
	border-bottom: .071429rem dashed #9daded;
	border-color: rgba(157,173,237,.6);
	color: #a3b3f5
}

.review-container #news .content .bg-title {
	width: 3.571429rem;
	font-size: 7.714286rem;
	font-weight: 900;
	background: #0b0244;
	-webkit-writing-mode: tb;
	-ms-writing-mode: tb;
	writing-mode: tb;
	text-align: right;
	color: #0b19bc
}

.review-container #carousel .content {
	width: 100%;
	position: relative
}

.review-container #carousel .content .arrow-pointer {
	position: absolute;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	background: transparent;
	color: #8b8f9b;
	-webkit-box-shadow: 0 .214286rem .5rem .071429rem rgba(27,74,80,.15);
	box-shadow: 0 .214286rem .5rem .071429rem rgba(27,74,80,.15);
	border-radius: 1.714286rem;
	font-size: 2.285714rem;
	width: 3.428571rem;
	height: 3.428571rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.review-container #carousel .content .arrow-left {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	left: 0;
	margin-left: -4.642857rem
}

.review-container #carousel .content .arrow-right {
	right: 0;
	margin-right: -4.642857rem
}

.review-container #carousel .content .slide-window {
	height: 17.142857rem;
	width: 100%;
	overflow: hidden
}

.review-container #carousel .content .slide-window .slide-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 400%
}

.review-container #carousel .content .slide-window .slide-row .slide-item {
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	margin-right: .714286rem;
	cursor: pointer;
	overflow: hidden;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.review-container #carousel .content img {
	width: 27.142857rem;
	height: 17.857143rem;
	margin-right: 1.428571rem
}

.review-container #participation img,.review-container #perspective img {
	width: 100%
}

.review-container .copyright {
	height: 4.285714rem;
	background-color: #282735;
	text-align: center;
	color: #a3a2ae;
	font-size: .928571rem;
	line-height: 4.285714rem;
	margin-top: 7.142857rem
}

#header-container.review-header-scroll {
	background-color: rgba(7,19,96,.59);
	-webkit-box-shadow: 0 .214286rem .428571rem .071429rem rgba(17,47,67,.19);
	box-shadow: 0 .214286rem .428571rem .071429rem rgba(17,47,67,.19)
}

#header-container.review-header-scroll.review-header-mobile {
	-webkit-box-shadow: 0 .214286rem .428571rem .071429rem rgba(17,47,67,.3);
	box-shadow: 0 .214286rem .428571rem .071429rem rgba(17,47,67,.3)
}

.review-container-mobile {
	font-family: PingFangSC-Regular
}

.review-container-mobile .banner {
	height: 21.428571rem
}

.review-container-mobile .review-inner {
	width: 23.214286rem;
	padding-top: 2.142857rem
}

.review-container-mobile .section {
	padding-top: 2.5rem
}

.review-container-mobile .title {
	text-align: center;
	margin-bottom: 1.428571rem
}

.review-container-mobile .title .content {
	font-size: 1.428571rem;
	height: 2.142857rem
}

.review-container-mobile .title .content .prefix {
	margin-right: .714286rem;
	width: 3.571429rem;
	height: .857143rem
}

.review-container-mobile .title .content .surfix {
	margin-left: .714286rem;
	width: 3.571429rem;
	height: .857143rem
}

.review-container-mobile .title .sub {
	font-size: .714286rem;
	line-height: 1rem
}

.review-container-mobile .avatar-l {
	width: 100%
}

.review-container-mobile .middle {
	padding: 0 1.571429rem
}

.review-container-mobile .meet {
	width: 12.857143rem
}

.review-container-mobile #video {
	width: 23.214286rem;
	margin: 1.285714rem auto 1.785714rem
}

.review-container-mobile #topic .content .name {
	font-size: 1.571429rem;
	color: #fff
}

.review-container-mobile #topic .content .name span {
	font-size: 1.142857rem
}

.review-container-mobile #topic .content .desc {
	font-size: 1.142857rem;
	color: #a3b3f5
}

.review-container-mobile #topic .content .list-column {
	display: block
}

.review-container-mobile #topic .content .list-column .item {
	margin: 0 0 .714286rem
}

.review-container-mobile #topic .content .list-column .item .text {
	padding: .714286rem 1.142857rem
}

.review-container-mobile #topic .content .list-column .item .text .name {
	margin-bottom: .714286rem
}

.review-container-mobile #news .content .list {
	width: calc(100% - 1.285714rem)
}

.review-container-mobile #news .content .list .warp {
	padding: .714286rem 3.571429rem 2.142857rem 2.142857rem
}

.review-container-mobile #news .content .list a {
	height: 3.571429rem;
	line-height: 3.571429rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.review-container-mobile #news .content .bg-title {
	width: 1.285714rem;
	font-size: 1.285714rem
}

.review-container-mobile #carousel .content .arrow-pointer {
	height: 0
}

.review-container-mobile #carousel .content .arrow-left {
	margin-left: -2.857143rem
}

.review-container-mobile #carousel .content .arrow-right {
	margin-right: -2.857143rem
}

.review-container-mobile #carousel .content .slide-window .slide-row {
	width: 1200%
}

.review-container-mobile .copyright {
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	font-size: .571429rem;
	line-height: 1rem;
	padding: 1rem 1.714286rem;
	margin-top: 3.571429rem
}

.data-screen {
	text-align: center
}

.data-screen .sub-title {
	margin-bottom: 4.857143rem;
	margin-top: 2.428571rem;
	font-size: 1.142857rem
}

.data-screen .caption {
	font-size: 1.285714rem;
	color: #333
}

.data-screen .description {
	font-size: .857143rem;
	color: #666
}

.data-screen .why {
	padding: 4.857143rem calc((100% - 77.142857rem) / 2) 2.142857rem
}

.data-screen .why .what {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left
}

.data-screen .why .what,.data-screen .why .what .item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.data-screen .why .what .item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 17.142857rem
}

.data-screen .why .what .item img {
	width: 5.714286rem;
	height: 6.428571rem
}

.data-screen .why .what .item .caption {
	margin: 1.428571rem 0 .857143rem
}

.data-screen .scenario {
	position: relative;
	margin: 0 calc((100% - 77.142857rem) / 2);
	overflow: hidden;
	padding-top: 4.857143rem;
	padding-bottom: 3.571429rem
}

.data-screen .scenario .image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 31.08571rem
}

.data-screen .scenario .image img {
	width: 77.142857rem;
	height: 100%
}

.data-screen .scenario .tabs {
	position: absolute;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	bottom: 4.428571rem
}

.data-screen .scenario .tabs .tab {
	width: 2.142857rem;
	height: .285714rem;
	border-radius: .142857rem;
	background-color: gray;
	margin-right: .285714rem;
	cursor: pointer
}

.data-screen .scenario .tabs .tab.active {
	background-color: #fff
}

.data-screen .product {
	padding: 4.857143rem calc((100% - 77.142857rem) / 2) 5.714286rem
}

.data-screen .product .experience {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-radius: .571429rem;
	-webkit-box-shadow: 0 0 .714286rem #e2e2e2;
	box-shadow: 0 0 .714286rem #e2e2e2;
	background-color: #fff
}

.data-screen .product .experience .left {
	width: 33.714286rem
}

.data-screen .product .experience .left .section:last-child {
	border-bottom: 0;
	border-bottom-left-radius: .571429rem
}

.data-screen .product .experience .left .section:first-child {
	border-top-left-radius: .571429rem
}

.data-screen .product .experience .left .label {
	font-size: 1.428571rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.data-screen .product .experience .left .content {
	display: none;
	text-align: left;
	margin-top: 2.571429rem;
	font-size: 1.142857rem
}

.data-screen .product .experience .left .section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 1.428571rem 1rem;
	border-bottom: .071429rem solid #e2e2e2;
	height: 7.142857rem;
	cursor: pointer
}

.data-screen .product .experience .left .section.active {
	background-color: #3fb9ba;
	color: #fff;
	height: auto
}

.data-screen .product .experience .left .section.active .content {
	display: block
}

.data-screen .product .experience .right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-left: .071429rem solid #e2e2e2
}

.data-screen .product .experience .right .active {
	display: block
}

.data-screen .product .experience .right img {
	display: none;
	width: 51.714286rem
}

.data-screen .product .experience .right img.gif {
	margin: 0 2.571429rem;
	width: 46.57143rem
}

.data-screen .product .experience .right video {
	display: none;
	width: 46.57143rem;
	margin: 0 2.571429rem
}

.data-screen .client {
	margin: 5.714286rem calc((100% - 77.142857rem) / 2)
}

.data-screen .client .bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 4.571429rem 0 2.285714rem
}

.data-screen .client .bar .item {
	cursor: pointer;
	font-weight: 400;
	font-size: 1.5rem
}

.data-screen .client .bar .active {
	color: #3fb9ba;
	position: relative
}

.data-screen .client .bar .active:after {
	content: "";
	width: 100%;
	display: inline-block;
	height: .142857rem;
	background-color: #3fb9ba;
	position: absolute;
	bottom: -.857143rem;
	left: 0
}

.data-screen .client .screen {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 43.42857rem
}

.data-screen .client .screen img {
	display: none;
	width: 77.142857rem;
	height: 100%
}

.data-screen .client .screen img.active {
	display: block
}

.data-screen .service {
	padding: 5.714286rem calc((100% - 77.142857rem) / 2) 6.785714rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.data-screen .service,.data-screen .service .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.data-screen .service .container {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.data-screen .service .container .item {
	border-radius: .571429rem;
	-webkit-box-shadow: 0 0 .285714rem #b0b0b0;
	box-shadow: 0 0 .285714rem #b0b0b0;
	border: .057143rem solid #3fb9ba;
	width: 14.285714rem;
	background-color: #fff;
	overflow: hidden;
	margin-top: 5.714286rem
}

.data-screen .service .container .item img {
	width: 100%
}

.data-screen .service .container .item .caption {
	margin: 1.428571rem 0 .857143rem
}

.data-screen .service .container .item .description {
	text-align: left;
	padding: 0 .571429rem 2.857143rem
}

.data-screen .display {
	background-image: url(../images/电子屏展示效果图.png);
	padding-bottom: 45%;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%;
	height: 0
}

#partner {
	font-family: PingFang SC;
	color: #343c50
}

#partner .pc .title {
	font-size: 1.714286rem;
	font-family: PingFangSC-Regular
}

#partner .pc .caption {
	font-family: PingFangSC-Regular;
	font-size: 1.571429rem
}

#partner .pc .section {
	font-size: 1rem
}

#partner .pc .summary {
	background: url(../images/banner_2.png) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 11.5rem;
	padding-bottom: 6.214286rem;
	color: #fff
}

#partner .pc .summary .title {
	margin-bottom: 3.142857rem
}

#partner .pc .summary .join {
	margin-top: 1.285714rem;
	width: 8.857143rem;
	height: 2.571429rem
}

#partner .pc .type {
	padding: 8.142857rem 0 7rem
}

#partner .pc .type .items {
	margin-top: 5.857143rem
}

#partner .pc .type .items .item:last-child {
	margin-right: 0
}

#partner .pc .type .items .item:nth-child(2n) {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

#partner .pc .type .items .item:nth-child(2n) .caption {
	padding-top: .285714rem
}

#partner .pc .type .items .item {
	margin-right: 2.5rem;
	border-radius: .285714rem;
	background-color: #fff;
	-webkit-box-shadow: 0 .714286rem 1.214286rem 0 rgba(27,74,80,.11);
	box-shadow: 0 .714286rem 1.214286rem 0 rgba(27,74,80,.11);
	border: .071429rem solid #ddd
}

#partner .pc .type .items .item img {
	width: 100%
}

#partner .pc .type .items .item .text {
	padding: 1.285714rem
}

#partner .pc .type .items .item .caption {
	position: relative;
	margin-bottom: 2.285714rem;
	display: inline-block
}

#partner .pc .type .items .item .caption:after {
	content: "";
	position: absolute;
	width: 100%;
	height: .071429rem;
	background-color: #40c3c4;
	left: 0;
	bottom: -1.071429rem
}

#partner .pc .type .items .item .section {
	line-height: 2.071429rem
}

#partner .pc .type .items .item:nth-child(odd) .caption {
	padding-top: 1.857143rem
}

#partner .pc .empowerment {
	background-color: #f5f7f8;
	padding: 6.714286rem 0 5.785714rem
}

#partner .pc .empowerment .items {
	margin-top: 4.714286rem
}

#partner .pc .empowerment .items .item {
	width: 14.428571rem;
	height: 14.428571rem;
	margin-right: 2.071429rem
}

#partner .pc .empowerment .items .item .img {
	height: 11.428571rem;
	width: 100%
}

#partner .pc .empowerment .items .item .img img {
	width: 5rem
}

#partner .pc .empowerment .items .item .caption {
	font-size: 1.285714rem;
	color: #fff;
	margin-bottom: 1.785714rem
}

#partner .pc .empowerment .items .item:last-child {
	margin-right: 0
}

#partner .pc .advantage {
	padding: 7.142857rem 0 9.571429rem
}

#partner .pc .advantage .items {
	margin-top: 5.571429rem
}

#partner .pc .advantage .items .item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 3.142857rem
}

#partner .pc .advantage .items .item img {
	width: 100%
}

#partner .pc .advantage .items .item .caption {
	margin-top: 1.642857rem
}

#partner .pc .advantage .items .item .divider {
	margin-top: 1rem;
	height: .214286rem;
	width: 6.071429rem;
	background-color: #40c3c4
}

#partner .pc .advantage .items .item .section {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: #fff;
	border: .142857rem solid #40c3c4;
	padding: 1.714286rem;
	line-height: 2.071429rem;
	margin-top: 3.071429rem
}

#partner .pc .advantage .items .item:last-child {
	margin-right: 0
}

#partner .pc .process {
	background-color: #f5f7f8;
	padding: 7.285714rem 0 9.428571rem
}

#partner .pc .process .items {
	margin-top: 4.5rem
}

#partner .pc .process .items .item .img {
	width: 8.571429rem;
	height: 8.571429rem;
	background-color: #7e8891;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

#partner .pc .process .items .item .img img {
	-webkit-transform: scale(.45);
	-ms-transform: scale(.45);
	-o-transform: scale(.45);
	transform: scale(.45)
}

#partner .pc .process .items .item .caption {
	margin-top: 3.714286rem;
	font-size: 1.285714rem
}

#partner .pc .process .items .arrow {
	height: 8.571429rem;
	width: 5.571429rem;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start
}

#partner .pc .process .items .arrow img {
	width: 3.571429rem
}

#partner .pc .bg-color {
	background: -webkit-linear-gradient(96deg,#48b1bf,#06beb6);
	background: -o-linear-gradient(96deg,#48b1bf 0,#06beb6 100%);
	background: linear-gradient(354deg,#48b1bf,#06beb6)
}

#partner .pc .bg-color .bg-banner {
	padding-top: 7.714286rem;
	padding-bottom: 13.357143rem;
	background: url(../images/注册体验背景@2x.png) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover
}

#partner .pc .bg-color .bg-banner .title {
	color: #fff
}

#partner .pc .form {
	margin: -7.5rem 0 15.928571rem
}

#partner .pc .form .content-box {
	width: 72.142857rem;
	height: 34.214286rem;
	border-radius: .285714rem;
	background-color: #fff;
	-webkit-box-shadow: 0 .714286rem 1.214286rem 0 rgba(27,74,80,.11);
	box-shadow: 0 .714286rem 1.214286rem 0 rgba(27,74,80,.11);
	padding: 3.5rem 7rem 5.5rem 5.928571rem;
	margin: auto
}

#partner .pc .form .content-box .caption {
	color: #40c3c4;
	font-size: 1.428571rem
}

#partner .pc .form .content-box .sub-caption {
	color: #617282;
	font-size: 1rem;
	margin: .714286rem 0
}

#partner .pc .form .content-box .left-content {
	width: 28.571429rem
}

#partner .pc .form .content-box .left-content .input-box {
	width: 27.857143rem;
	height: 2.571429rem
}

#partner .pc .form .content-box .left-content .input-box .failed {
	background-color: #fdf3f4
}

#partner .pc .form .content-box .left-content .input-box input {
	width: 100%;
	height: 100%;
	border-radius: .142857rem;
	border: .071429rem solid #d9dcdd;
	outline: none;
	padding: .571429rem .714286rem
}

#partner .pc .form .content-box .left-content .input-box .phone-input {
	border-right: none;
	border-radius: .142857rem 0 0 .142857rem
}

#partner .pc .form .content-box .left-content .input-box .sms-button {
	height: 100%;
	border: .071429rem solid #d9dcdd;
	border-left: none;
	outline: none;
	background-color: #fff
}

#partner .pc .form .content-box .left-content .input-box .sms-button .text {
	color: #40c3c4;
	width: 7.214286rem;
	height: 1.714286rem;
	border-left: .071429rem solid #d9dcdd
}

#partner .pc .form .content-box .right-content {
	width: 28.571429rem
}

#partner .pc .form .content-box .right-content .submit {
	width: 18.571429rem;
	height: 2.571429rem;
	margin-top: .714286rem
}

#partner .pc .form .content-box .right-content .textarea-box {
	width: 27.857143rem
}

#partner .pc .form .content-box .right-content .textarea-box textarea {
	height: 16.5rem;
	width: 100%;
	left: 58.357143rem;
	border-radius: .142857rem;
	border: .071429rem solid #d9dcdd;
	resize: none;
	padding: .571429rem .714286rem
}

#partner .pc .form .content-box .required-symbol {
	color: #d0021b;
	line-height: 1.428571rem
}

#partner .pc .form .content-box .input-row {
	margin-top: .928571rem
}

#partner .mobile .title {
	font-size: 1.428571rem;
	color: #343c50;
	font-family: PingFangSC-Regular
}

#partner .mobile .caption {
	font-size: 1.071429rem;
	font-family: PingFangSC-Regular
}

#partner .mobile .section {
	font-size: .857143rem
}

#partner .mobile .summary {
	background: url(../images/banner.png) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 6.142857rem 0 3.428571rem 3.214286rem;
	color: #fff
}

#partner .mobile .summary .title {
	color: #fff
}

#partner .mobile .summary .content {
	margin: 1.071429rem 0 2.142857rem;
	font-size: 1rem
}

#partner .mobile .summary .join {
	width: 9.285714rem;
	height: 2.571429rem;
	border-radius: .214286rem;
	border: .071429rem solid #fff;
	color: #fff;
	font-size: 1.071429rem
}

#partner .mobile .type {
	padding: 2.857143rem 1.392857rem
}

#partner .mobile .type .items {
	margin-top: .75rem
}

#partner .mobile .type .items .item {
	margin-top: 1.035714rem;
	border-radius: .142857rem;
	background-color: #fff;
	-webkit-box-shadow: 0 .357143rem .607143rem 0 rgba(27,74,80,.11);
	box-shadow: 0 .357143rem .607143rem 0 rgba(27,74,80,.11);
	border: .071429rem solid #ddd;
	position: relative;
	padding: .714286rem 1.571429rem .928571rem 1.642857rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

#partner .mobile .type .items .item .caption {
	position: relative;
	margin-bottom: .678571rem;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

#partner .mobile .type .items .item .caption img {
	height: 2.857143rem
}

#partner .mobile .type .items .item .caption span {
	margin-left: .607143rem
}

#partner .mobile .type .items .item .caption:after {
	position: absolute;
	bottom: -.357143rem;
	content: "";
	width: 100%;
	left: 0;
	height: .071429rem;
	border-radius: .142857rem;
	background-color: #40c3c3
}

#partner .mobile .type .items .item .section {
	line-height: 1.5rem
}

#partner .mobile .empowerment {
	padding: 2.75rem 0 2.964286rem;
	background-color: #f9f9f9
}

#partner .mobile .empowerment .items {
	margin: 2.428571rem -.5rem 0;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#partner .mobile .empowerment .items .item {
	width: 7.178571rem;
	height: 7.178571rem;
	border-radius: .178571rem;
	margin: .5rem
}

#partner .mobile .empowerment .items .item .img {
	width: 100%;
	height: 4.857143rem
}

#partner .mobile .empowerment .items .item .img img {
	height: 2.392857rem
}

#partner .mobile .empowerment .items .item .caption {
	color: #fff;
	margin-bottom: .892857rem
}

#partner .mobile .advantage .title {
	background: url(../images/advantage.png) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover;
	height: 5.892857rem;
	width: 100%;
	color: #fff
}

#partner .mobile .advantage .item {
	margin-top: 2.071429rem
}

#partner .mobile .advantage .item .divider {
	margin-top: .5rem;
	height: .178571rem;
	width: 5.535714rem;
	background-color: #40c3c4;
	border-radius: .071429rem
}

#partner .mobile .advantage .item .section {
	padding: .5rem 1.214286rem .892857rem;
	color: .857143rem;
	line-height: 1.5rem;
	margin: 1.285714rem 1.464286rem 0;
	border-radius: .142857rem;
	background-color: #fff;
	-webkit-box-shadow: 0 .357143rem .607143rem .071429rem rgba(27,74,80,.09);
	box-shadow: 0 .357143rem .607143rem .071429rem rgba(27,74,80,.09)
}

#partner .mobile .process {
	background-color: #f9f9f9;
	padding: 2.321429rem 0 3.607143rem
}

#partner .mobile .process .title {
	width: 100%
}

#partner .mobile .process .content {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

#partner .mobile .process .items {
	margin-top: 2.357143rem;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#partner .mobile .process .items .item img {
	width: 4.285714rem
}

#partner .mobile .process .items .item .caption {
	color: #34b9ba;
	margin-top: 1.035714rem
}

#partner .mobile .process .items .arrow {
	margin: 0 1.214286rem;
	height: 5.035714rem;
	width: auto;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start
}

#partner .mobile .process .items .arrow img {
	width: 1.785714rem
}

#partner .mobile .process .items:last-child {
	margin-top: 0
}

#partner .mobile .process .arrow {
	height: 5.035714rem;
	width: 4.285714rem;
	height: 2.857143rem;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}

#partner .mobile .process .arrow img {
	height: 1.785714rem
}

#partner .mobile .bg-banner {
	width: 100%;
	height: 8.571429rem;
	background: url(../images/partner.png) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover
}

#partner .mobile .bg-banner .title {
	color: #fff;
	line-height: 2.107143rem
}

#partner .mobile .form {
	padding: 2.142857rem 0 2.714286rem
}

#partner .mobile .form .title {
	color: #3cb2b3;
	margin-bottom: .714286rem
}

#partner .mobile .form .sub-caption {
	font-size: .857143rem;
	color: #666;
	margin-bottom: .714286rem
}

#partner .mobile .form .content {
	border-top: .071429rem solid #ccc;
	padding: 1.071429rem 0
}

#partner .mobile .form .content .submit {
	width: 22.857143rem;
	height: 2.857143rem;
	border-radius: .214286rem;
	color: #fff;
	font-size: 1.142857rem;
	margin-top: 2.714286rem
}

#partner .mobile .form .input-row {
	margin-top: .714286rem;
	width: 23.571429rem
}

#partner .mobile .form .failed {
	background-color: #fdf3f4
}

#partner .mobile .form .required-symbol {
	color: #d0021b;
	line-height: .714286rem
}

#partner .mobile .form .input-box {
	width: 22.857143rem;
	height: 2.714286rem
}

#partner .mobile .form .input-box .phone-input {
	border-right: none;
	border-radius: .071429rem 0 0 .071429rem
}

#partner .mobile .form .input-box .sms-button {
	height: 100%;
	border: .071429rem solid #d9dcdd;
	border-left: none;
	outline: none;
	background-color: #fff
}

#partner .mobile .form .input-box .sms-button .text {
	color: #40c3c4;
	width: 5.714286rem;
	height: 2.142857rem;
	border-left: .071429rem solid #d9dcdd
}

#partner .mobile .form .input-box input {
	padding: .642857rem .714286rem;
	width: 100%;
	height: 100%;
	border-radius: .214286rem;
	border: .071429rem solid #d9dcdd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

#partner.partner-success .header {
	height: 5.357143rem;
	border-bottom: .071429rem solid #d9dcdd
}

#partner.partner-success .header .home-link {
	font-size: 1rem;
	line-height: 1.428571rem;
	color: #343c50
}

#partner.partner-success .body {
	padding-top: 4.928571rem;
	padding-bottom: 4.928571rem
}

#partner.partner-success .body,#partner.partner-success .body .content-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

#partner.partner-success .body .content-box {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-shadow: 0 .714286rem 1.214286rem 0 rgba(27,74,80,.11);
	box-shadow: 0 .714286rem 1.214286rem 0 rgba(27,74,80,.11);
	border-radius: .285714rem
}

#partner.partner-success .body .content-box .left-box {
	width: 32.857143rem;
	height: 42.857143rem;
	background: url(../images/success.png) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: .285714rem 0 0 .285714rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

#partner.partner-success .body .content-box .left-box .content {
	margin: 0 0 7.857143rem 2.571429rem
}

#partner.partner-success .body .content-box .left-box .text {
	font-size: 2.071429rem;
	color: #fff;
	line-height: 4rem
}

#partner.partner-success .body .content-box .right-box {
	width: 40rem;
	height: 42.857143rem;
	border-radius: 0 .285714rem .285714rem 0
}

#partner.partner-success .body .content-box .right-box-2 {
	padding-left: 4.5rem;
	padding-right: 4.5rem
}

#partner.partner-success .body .content-box .right-box-2 .title {
	color: #40c3c4;
	font-size: 1.428571rem;
	line-height: 2rem;
	margin-top: 1.714286rem;
	margin-bottom: 2.714286rem
}

#partner.partner-success .body .content-box .right-box-2 .text {
	line-height: 1.428571rem;
	text-align: center
}

#partner.partner-success .body .content-box .right-box-2 .text .key-point {
	color: #40c3c4
}

#footer .footer-top {
	padding-top: 5.142857rem;
	padding-bottom: 1.928571rem;
	background: -webkit-linear-gradient(96deg,#48b1bf,#06beb6);
	background: -o-linear-gradient(96deg,#48b1bf 0,#06beb6 100%);
	background: linear-gradient(354deg,#48b1bf,#06beb6)
}

#footer .footer-top .bg-coverage {
	padding-top: 1.285714rem;
	padding-bottom: 4.714286rem;
	background: url(../images/注册体验背景@2x.png) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover
}

#footer .footer-top .bg-coverage .usual-title {
	color: #fff
}

#footer .footer-top .bg-coverage .title {
	font-size: 1.142857rem;
	color: #fff;
	margin: .857143rem 0 -2.714286rem
}

#footer .footer-top .bg-coverage .free-try {
	margin-top: 4.428571rem
}

#footer .footer-bottom {
	padding: 4.285714rem 0 2.142857rem;
	background-color: #282735
}

#footer .footer-bottom .title {
	color: #fff;
	font-size: 1.142857rem;
	text-align: left;
	display: block
}

#footer .footer-bottom .item {
	display: block;
	color: #c0bebe;
	font-size: 1rem
}

#footer .footer-bottom a.item:hover {
	color: #fff
}

#footer .footer-bottom .nav {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 3.571429rem
}

#footer .footer-bottom .nav,#footer .footer-bottom .nav .content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

#footer .footer-bottom .nav .content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

#footer .footer-bottom .nav .content .title {
	margin-bottom: 2.142857rem
}

#footer .footer-bottom .nav .content .item {
	margin-bottom: 1.071429rem
}

#footer .footer-bottom .nav .contact {
	border-left: .071429rem solid hsla(190,7%,66%,.2838);
	padding-left: 6.428571rem
}

#footer .footer-bottom .nav .contact .item:first-child {
	margin-top: 2.142857rem;
	margin-bottom: 1.142857rem
}

#footer .footer-bottom .nav .contact .barcodes {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2.142857rem
}

#footer .footer-bottom .nav .contact .barcodes .code {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 1.428571rem
}

#footer .footer-bottom .nav .contact .barcodes .code img {
	width: 5.714286rem;
	height: 5.714286rem
}

#footer .footer-bottom .nav .contact .barcodes .code .item {
	margin-top: 1.071429rem
}

#footer .footer-bottom .nav .contact .barcodes .code:last-child {
	margin-right: 0
}

#footer .footer-bottom .friend-links {
	padding-top: 1rem;
	border-top: .071429rem solid hsla(190,7%,66%,.2838);
	color: #c0bebe;
	font-size: .857143rem
}

#footer .footer-bottom .friend-links .title {
	display: inline-block;
	font-size: 1rem
}

#footer .footer-bottom .friend-links .item {
	display: inline-block;
	margin-left: 2.142857rem
}

#footer .footer-bottom .copyright {
	text-align: center;
	color: #a3a2ae;
	font-size: .928571rem;
	line-height: 1.285714rem;
	padding-top: 2.857143rem
}

#footer .footer-bottom-mobile {
	padding: 2.857143rem 1.785714rem 1rem;
	background-color: #282735;
	color: #a3a2ae
}

#footer .footer-bottom-mobile .title {
	font-size: 1rem;
	line-height: 1.428571rem;
	margin-bottom: 1.428571rem;
	color: #fff
}

#footer .footer-bottom-mobile .email,#footer .footer-bottom-mobile .phone {
	font-size: .928571rem;
	line-height: 1.357143rem;
	margin-bottom: .714286rem
}

#footer .footer-bottom-mobile .barcodes {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: .714286rem;
	margin-bottom: 1.428571rem
}

#footer .footer-bottom-mobile .barcodes .code {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 1.285714rem
}

#footer .footer-bottom-mobile .barcodes .code img {
	width: 4.642857rem;
	height: 4.642857rem
}

#footer .footer-bottom-mobile .barcodes .code .text {
	font-size: .857143rem;
	line-height: 1.214286rem;
	margin-top: .714286rem
}

#footer .footer-bottom-mobile .barcodes .code:last-child {
	margin-right: 0
}

#footer .footer-bottom-mobile .copyright {
	text-align: center;
	font-size: .714286rem;
	line-height: 1.214286rem;
	padding-top: .571429rem;
	border-top: .071429rem solid #a2acae
}

#footer .hidden-links {
	display: none
}

#footer .site-map-seo {
	position: absolute;
	z-index: -1000;
	top: -714.285714rem
}

@media only screen and (max-width:749px) {
	#footer .footer-top {
		padding-top: 2.857143rem
	}

	#footer .footer-top .bg-coverage {
		padding-top: 0;
		padding-bottom: 0
	}

	#footer .footer-top .bg-coverage .usual-title {
		font-size: 1.428571rem;
		line-height: 2rem;
		max-width: 17.142857rem
	}

	#footer .footer-top .bg-coverage .free-try {
		width: 9.285714rem;
		height: 2.571429rem;
		margin-top: 1.785714rem;
		font-size: 1.071429rem;
		line-height: 1.5rem
	}

	#footer .footer-bottom {
		padding: 4.285714rem 0 2.142857rem;
		background-color: #282735
	}

	#footer .footer-bottom .title {
		color: #fff;
		font-size: 1.142857rem;
		text-align: left;
		display: block
	}

	#footer .footer-bottom .item {
		display: block;
		color: #c0bebe;
		font-size: 1rem
	}

	#footer .footer-bottom a.item:hover {
		color: #fff
	}

	#footer .footer-bottom .nav {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-bottom: 3.571429rem
	}

	#footer .footer-bottom .nav,#footer .footer-bottom .nav .content {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}

	#footer .footer-bottom .nav .content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	#footer .footer-bottom .nav .content .title {
		margin-bottom: 2.142857rem
	}

	#footer .footer-bottom .nav .content .item {
		margin-bottom: 1.071429rem
	}

	#footer .footer-bottom .nav .contact {
		border-left: .071429rem solid hsla(190,7%,66%,.2838);
		padding-left: 6.428571rem
	}

	#footer .footer-bottom .nav .contact .item:first-child {
		margin-top: 2.142857rem;
		margin-bottom: 1.142857rem
	}

	#footer .footer-bottom .nav .contact .barcodes {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-top: 2.142857rem
	}

	#footer .footer-bottom .nav .contact .barcodes .code {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin-right: 1.428571rem
	}

	#footer .footer-bottom .nav .contact .barcodes .code img {
		width: 5.714286rem;
		height: 5.714286rem
	}

	#footer .footer-bottom .nav .contact .barcodes .code .item {
		margin-top: 1.071429rem
	}

	#footer .footer-bottom .nav .contact .barcodes .code:last-child {
		margin-right: 0
	}

	#footer .footer-bottom .friend-links {
		padding-top: 1rem;
		border-top: .071429rem solid hsla(190,7%,66%,.2838);
		color: #c0bebe;
		font-size: .857143rem
	}

	#footer .footer-bottom .friend-links .title {
		display: inline-block;
		font-size: 1rem
	}

	#footer .footer-bottom .friend-links .item {
		display: inline-block;
		margin-left: 2.142857rem
	}

	#footer .footer-bottom .copyright {
		text-align: center;
		color: #c0bebe;
		font-size: .928571rem;
		padding-top: 2.857143rem
	}
}



.item a{color: #898989;}
.item a:hover{color: #4183C4;}



.drop-a{color: #fff;}
.drop-a:hover{color: #4183C4;}
